5 references to UIColor
System.Private.Windows.Core (4)
Windows\Win32\UI\ViewManagement\IUISettings3.cs (2)
58
public HRESULT GetColorValue(UIColorType desiredColor,
UIColor
* value)
61
return ((delegate* unmanaged[Stdcall]<IUISettings3*, UIColorType,
UIColor
*, HRESULT>)_vtbl[6])(pThis, desiredColor, value);
Windows\Win32\UI\ViewManagement\UIColor.cs (1)
8
/// <see cref="IUISettings3.GetColorValue(UIColorType,
UIColor
*)"/>.
Windows\Win32\UI\ViewManagement\UIColorType.cs (1)
8
/// retrieve through <see cref="IUISettings3.GetColorValue(UIColorType,
UIColor
*)"/>.
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettingsTracker.cs (1)
189
UIColor
color;