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