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