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