12 references to IUISettings3
System.Private.Windows.Core (10)
Windows\Win32\UI\ViewManagement\IUISettings3.cs (8)
40fixed (IUISettings3* pThis = &this) 41return ((delegate* unmanaged[Stdcall]<IUISettings3*, Guid*, void**, HRESULT>)_vtbl[0])(pThis, riid, ppvObject); 46fixed (IUISettings3* pThis = &this) 47return ((delegate* unmanaged[Stdcall]<IUISettings3*, uint>)_vtbl[1])(pThis); 52fixed (IUISettings3* pThis = &this) 53return ((delegate* unmanaged[Stdcall]<IUISettings3*, uint>)_vtbl[2])(pThis); 60fixed (IUISettings3* pThis = &this) 61return ((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 (2)
System\Windows\Forms\SystemVisualSettingsTracker.cs (2)
186using ComScope<IUISettings3> settings = inspectable.TryQuery<IUISettings3>(out HRESULT hr);