7 references to GetInstance
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
40
where T : class => ComInterfaceDispatch.
GetInstance
<T>((ComInterfaceDispatch*)ptr);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
115
obj = ComInterfaceDispatch.
GetInstance
<object>(comInterfaceDispatch);
1148
object unwrapped = ComInterfaceDispatch.
GetInstance
<object>(comInterfaceDispatch);
System.Private.Windows.Core (4)
Windows.Win32.ComHelpers.g.cs (1)
32
@object = ComWrappers.ComInterfaceDispatch.
GetInstance
<TInterface>((ComWrappers.ComInterfaceDispatch*)@this);
Windows\Win32\System\Com\WinFormsComWrappers.cs (3)
64
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);
80
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);
101
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);