4 references to GetSysColor
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
756
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
791
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
630
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
771
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);