4 references to QueryFrom
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);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
143using ComScope<IPicture> picture = ComScope<IPicture>.QueryFrom((IUnknown*)native); 164using ComScope<IPicture> picture = ComScope<IPicture>.QueryFrom((IUnknown*)native);