4 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.Windows.Core (3)
Windows\Win32\System\Com\WinFormsComWrappers.cs (3)
65
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);
81
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);
102
TInterface? @object = ComInterfaceDispatch.
GetInstance
<TInterface>((ComInterfaceDispatch*)@this);