4 references to QueryInterface
System.Private.Windows.Core (2)
Windows.Win32.IPicture.g.cs (2)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
34
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
125
picture.Value->
QueryInterface
(IID.Get<IUnknown>(), (void**)&unknown).ThrowOnFailure();
System\Windows\Forms\Input\Cursor.cs (1)
409
picture.Value->
QueryInterface
(IID.Get<IPersistStream>(), persist).ThrowOnFailure();