4 references to GetInstance
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
40where T : class => ComInterfaceDispatch.GetInstance<T>((ComInterfaceDispatch*)ptr);
System.Private.Windows.Core (3)
Windows\Win32\System\Com\WinFormsComWrappers.cs (3)
65TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 81TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 102TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this);