7 references to GetInstance
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
40where T : class => ComInterfaceDispatch.GetInstance<T>((ComInterfaceDispatch*)ptr);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
115obj = ComInterfaceDispatch.GetInstance<object>(comInterfaceDispatch); 1148object 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)
64TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 80TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 101TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this);