diff --git a/xml/System.Windows.Media/RenderCapability.xml b/xml/System.Windows.Media/RenderCapability.xml index 6b4c4840098..e4726bcce3e 100644 --- a/xml/System.Windows.Media/RenderCapability.xml +++ b/xml/System.Windows.Media/RenderCapability.xml @@ -281,7 +281,7 @@ |Return value|Rendering tier|Notes| |------------------|--------------------|-----------| -|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software acceleration. The DirectX version level is less than version 9.0.| +|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software rendering. The DirectX version level is less than version 9.0.| |0x00010000|1|Most of the graphics features of WPF will use hardware acceleration if the necessary system resources are available and have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.| |0x00020000|2|Most of the graphics features of WPF will use hardware acceleration provided the necessary system resources have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.|