2 implementations of QueryInsertObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
63
public HRESULT
QueryInsertObject
(Guid* lpclsid, IStorage* lpstg, int cp) => HRESULT.S_OK;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
61
public unsafe HRESULT
QueryInsertObject
(Guid* lpclsid, IStorage* lpstg, int cp)
3 references to QueryInsertObject
System.Windows.Forms.Primitives (3)
Windows.Win32.IRichEditOleCallback.g.cs (1)
205
return __object.
QueryInsertObject
(lpclsid, lpstg, cp);
Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.
QueryInsertObject
(global::System.Guid*, winmdroot.System.Com.StructuredStorage.IStorage*, int)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
QueryInsertObject
(lpclsidLocal, lpstg, cp);