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