3 references to QueryFrom
System.Private.Windows.Core (1)
Windows\Win32\System\Com\AgileComPointer.cs (1)
115using ComScope<IUnknown> otherUnknown = ComScope<IUnknown>.QueryFrom(other);
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
145using var openDialog = ComScope<IFileOpenDialog>.QueryFrom(dialog);
System\Windows\Forms\OLE\DropTarget.cs (1)
52using var unknown = ComScope<IUnknown>.QueryFrom(nativeDataObject);