5 references to QueryInterface
System.Private.Windows.Core (3)
_generated\154\Windows.Win32.IPicture.g.cs (3)
28
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
36
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
667
var hr = this.
QueryInterface
(&guid, &pv);
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();