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