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