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