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