5 references to GetInterface
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2685return accessible.GetInterface<IDispatch>().Value;
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
39using var scope = _htmlDocument2.GetInterface<IUnknown>();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
53using var scope = _htmlElement.GetInterface<IUnknown>();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
33using var scope = _htmlWindow2.GetInterface<IUnknown>();
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\AgileComPointerTests.cs (1)
44using var proxyUnknownPtr = proxyAgileStream.GetInterface<IUnknown>();