11 references to GetRef
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (4)
57
private static readonly Guid s_ivbformat_Guid = IID.
GetRef
<IVBFormat>();
58
private static readonly Guid s_ioleobject_Guid = IID.
GetRef
<IOleObject>();
3685
HRESULT hr = PInvoke.OleCreateFontIndirect(in fontDesc, in IID.
GetRef
<IFont>(), out void* lplpvObj);
3740
PInvoke.OleCreateFontIndirect(in fontdesc, in IID.
GetRef
<IFontDisp>(), out void* lplpvObj).ThrowOnFailure();
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
51
in IID.
GetRef
<IFont>(),
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
114
else if (guid.Equals(IID.
GetRef
<IFontDisp>()) || guid.Equals(IID.
GetRef
<IFont>()))
118
else if (guid.Equals(IID.
GetRef
<IPictureDisp>()) || guid.Equals(IID.
GetRef
<IPicture>()))
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
845
IID.
GetRef
<IUnknown>(),
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SHCreateItemFromParsingName.cs (1)
13
HRESULT hr = SHCreateItemFromParsingName(path, pbc: null, in IID.
GetRef
<IShellItem>(), out void* ppv);