9 references to ComInterfaceDispatch
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (2)
40where T : class => ComInterfaceDispatch.GetInstance<T>((ComInterfaceDispatch*)ptr);
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\ComWrappers.cs (1)
90public static unsafe T GetInstance<T>(ComInterfaceDispatch* dispatchPtr) where T : class
System.Private.Windows.Core (6)
Windows\Win32\System\Com\WinFormsComWrappers.cs (6)
65TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 81TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this); 102TInterface? @object = ComInterfaceDispatch.GetInstance<TInterface>((ComInterfaceDispatch*)@this);