3 references to GetInterface
System.Private.Windows.Core (3)
Windows\Win32\System\Com\AgileComPointer.cs (3)
124
var scope = GlobalInterfaceTable.
GetInterface
<TInterface>(_cookie, out HRESULT hr);
144
=> GlobalInterfaceTable.
GetInterface
<TInterface>(_cookie, out hr);
152
var scope = GlobalInterfaceTable.
GetInterface
<TAsInterface>(_cookie, out hr);