4 references to GetSysColor
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
781
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
816
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
656
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
797
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);