4 references to GetSysColor
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
755
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
790
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
629
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOW);
770
return SafeNativeMethods.
GetSysColor
(NativeMethods.COLOR_WINDOWTEXT);