1 write to QueryInterface
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
65QueryInterface = Marshal.GetDelegateForFunctionPointer<IUnknownVftbl._QueryInterface>(qi),
3 references to QueryInterface
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (3)
55Marshal.ThrowExceptionForHR(VftblIUnknown.QueryInterface(ThisPtr, ref iid, out IntPtr thatPtr)); 65int hr = VftblIUnknown.QueryInterface(ThisPtr, ref iid, out IntPtr thatPtr); 249int hr = VftblIUnknown.QueryInterface(ThisPtr, ref iid, out IntPtr thatPtr);