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