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