2 implementations of QueryAcceptData
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
68public HRESULT QueryAcceptData(Com.IDataObject* lpdataobj, ushort* lpcfFormat, RECO_FLAGS reco, BOOL fReally, HGLOBAL hMetaPict)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
93public HRESULT QueryAcceptData(Com.IDataObject* lpdataobj, ushort* lpcfFormat, RECO_FLAGS reco, BOOL fReally, HGLOBAL hMetaPict)
3 references to QueryAcceptData
System.Windows.Forms.Primitives (3)
Windows.Win32.IRichEditOleCallback.g.cs (1)
296 return __object.QueryAcceptData(lpdataobj, lpcfFormat, reco, fReally, hMetaPict);
Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.QueryAcceptData(winmdroot.System.Com.IDataObject*, ushort*, winmdroot.System.SystemServices.RECO_FLAGS, winmdroot.Foundation.BOOL, winmdroot.Foundation.HGLOBAL)"/> 48 winmdroot.Foundation.HRESULT __result = @this.QueryAcceptData(lpdataobj, lpcfFormatLocal, reco, fReally, hMetaPict);