88 references to IRichEditOle
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1646using ComScope<IRichEditOle> richEdit = new(null);
System.Windows.Forms.Primitives (87)
_generated\235\Windows.Win32.IRichEditOle.g.cs (75)
27 :winmdroot.IVTable<IRichEditOle,IRichEditOle.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IRichEditOle*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IRichEditOle*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IRichEditOle*,uint>)lpVtbl[1])((IRichEditOle*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IRichEditOle*,uint>)lpVtbl[2])((IRichEditOle*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT GetClientSite(IRichEditOle* pThis, winmdroot.System.Ole.IOleClientSite** lplpolesite) 90 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Ole.IOleClientSite** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRichEditOle*)Unsafe.AsPointer(ref this), lplpolesite).ThrowOnFailure(); 96 private static int GetObjectCount(IRichEditOle* pThis) 120 return ((delegate *unmanaged [Stdcall]<IRichEditOle*,int>)lpVtbl[4])((IRichEditOle*)Unsafe.AsPointer(ref this)); 126 private static int GetLinkCount(IRichEditOle* pThis) 150 return ((delegate *unmanaged [Stdcall]<IRichEditOle*,int>)lpVtbl[5])((IRichEditOle*)Unsafe.AsPointer(ref this)); 166 private static winmdroot.Foundation.HRESULT GetObject(IRichEditOle* pThis, int iob, winmdroot.UI.Controls.RichEdit.REOBJECT* lpreobject, winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS dwFlags) 201 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, lpreobject, dwFlags).ThrowOnFailure(); 217 private static winmdroot.Foundation.HRESULT InsertObject(IRichEditOle* pThis, winmdroot.UI.Controls.RichEdit.REOBJECT* lpreobject) 245 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IRichEditOle*)Unsafe.AsPointer(ref this), lpreobject).ThrowOnFailure(); 264 private static winmdroot.Foundation.HRESULT ConvertObject(IRichEditOle* pThis, int iob, global::System.Guid* rclsidNew, winmdroot.Foundation.PCSTR lpstrUserTypeNew) 302 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,global::System.Guid* ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, rclsidNew, lpstrUserTypeNew).ThrowOnFailure(); 321 private static winmdroot.Foundation.HRESULT ActivateAs(IRichEditOle* pThis, global::System.Guid* rclsid, global::System.Guid* rclsidAs) 355 ((delegate *unmanaged [Stdcall]<IRichEditOle*,global::System.Guid* ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRichEditOle*)Unsafe.AsPointer(ref this), rclsid, rclsidAs).ThrowOnFailure(); 374 private static winmdroot.Foundation.HRESULT SetHostNames(IRichEditOle* pThis, winmdroot.Foundation.PCSTR lpstrContainerApp, winmdroot.Foundation.PCSTR lpstrContainerObj) 408 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IRichEditOle*)Unsafe.AsPointer(ref this), lpstrContainerApp, lpstrContainerObj).ThrowOnFailure(); 414 private static winmdroot.Foundation.HRESULT SetLinkAvailable(IRichEditOle* pThis, int iob, winmdroot.Foundation.BOOL fAvailable) 448 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, fAvailable).ThrowOnFailure(); 454 private static winmdroot.Foundation.HRESULT SetDvaspect(IRichEditOle* pThis, int iob, uint dvaspect) 488 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, dvaspect).ThrowOnFailure(); 494 private static winmdroot.Foundation.HRESULT HandsOffStorage(IRichEditOle* pThis, int iob) 524 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IRichEditOle*)Unsafe.AsPointer(ref this), iob).ThrowOnFailure(); 530 private static winmdroot.Foundation.HRESULT SaveCompleted(IRichEditOle* pThis, int iob, winmdroot.System.Com.StructuredStorage.IStorage* lpstg) 564 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, lpstg).ThrowOnFailure(); 570 private static winmdroot.Foundation.HRESULT InPlaceDeactivate(IRichEditOle* pThis) 596 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IRichEditOle*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 602 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IRichEditOle* pThis, winmdroot.Foundation.BOOL fEnterMode) 632 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IRichEditOle*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 648 private static winmdroot.Foundation.HRESULT GetClipboardData(IRichEditOle* pThis, winmdroot.UI.Controls.RichEdit.CHARRANGE* lpchrg, uint reco, winmdroot.System.Com.IDataObject** lplpdataobj) 687 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.CHARRANGE* ,uint ,winmdroot.System.Com.IDataObject** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IRichEditOle*)Unsafe.AsPointer(ref this), lpchrg, reco, lplpdataobj).ThrowOnFailure(); 693 private static winmdroot.Foundation.HRESULT ImportDataObject(IRichEditOle* pThis, winmdroot.System.Com.IDataObject* lpdataobj, ushort cf, winmdroot.Foundation.HGLOBAL hMetaPict) 732 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Com.IDataObject* ,ushort ,winmdroot.Foundation.HGLOBAL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IRichEditOle*)Unsafe.AsPointer(ref this), lpdataobj, cf, hMetaPict).ThrowOnFailure(); 758 internal delegate *unmanaged [Stdcall]<IRichEditOle*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 760 internal delegate *unmanaged [Stdcall]<IRichEditOle*,uint> AddRef_2; 762 internal delegate *unmanaged [Stdcall]<IRichEditOle*,uint> Release_3; 764 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Ole.IOleClientSite** ,winmdroot.Foundation.HRESULT> GetClientSite_4; 766 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int> GetObjectCount_5; 768 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int> GetLinkCount_6; 770 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS ,winmdroot.Foundation.HRESULT> GetObject_7; 772 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.Foundation.HRESULT> InsertObject_8; 774 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,global::System.Guid* ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT> ConvertObject_9; 776 internal delegate *unmanaged [Stdcall]<IRichEditOle*,global::System.Guid* ,global::System.Guid* ,winmdroot.Foundation.HRESULT> ActivateAs_10; 778 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT> SetHostNames_11; 780 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetLinkAvailable_12; 782 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,uint ,winmdroot.Foundation.HRESULT> SetDvaspect_13; 784 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.HRESULT> HandsOffStorage_14; 786 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.HRESULT> SaveCompleted_15; 788 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.HRESULT> InPlaceDeactivate_16; 790 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_17; 792 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.CHARRANGE* ,uint ,winmdroot.System.Com.IDataObject** ,winmdroot.Foundation.HRESULT> GetClipboardData_18; 794 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Com.IDataObject* ,ushort ,winmdroot.Foundation.HGLOBAL ,winmdroot.Foundation.HRESULT> ImportDataObject_19;
_generated\588\Windows.Win32.UI_Controls_RichEdit_IRichEditOle_Extensions.g.cs (12)
23 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.GetObject(int, winmdroot.UI.Controls.RichEdit.REOBJECT*, winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetObject(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, int iob, ref winmdroot.UI.Controls.RichEdit.REOBJECT lpreobject, winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS dwFlags) 33 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.InsertObject(winmdroot.UI.Controls.RichEdit.REOBJECT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT InsertObject(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, ref winmdroot.UI.Controls.RichEdit.REOBJECT lpreobject) 43 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.ConvertObject(int, global::System.Guid*, winmdroot.Foundation.PCSTR)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT ConvertObject(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, int iob, in global::System.Guid rclsidNew, string lpstrUserTypeNew) 56 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.ActivateAs(global::System.Guid*, global::System.Guid*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT ActivateAs(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, in global::System.Guid rclsid, in global::System.Guid rclsidAs) 69 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.SetHostNames(winmdroot.Foundation.PCSTR, winmdroot.Foundation.PCSTR)"/> 70 internal static unsafe winmdroot.Foundation.HRESULT SetHostNames(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, string lpstrContainerApp, string lpstrContainerObj) 82 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface.GetClipboardData(winmdroot.UI.Controls.RichEdit.CHARRANGE*, uint, winmdroot.System.Com.IDataObject**)"/> 83 internal static unsafe winmdroot.Foundation.HRESULT GetClipboardData(this winmdroot.UI.Controls.RichEdit.IRichEditOle.Interface @this, ref winmdroot.UI.Controls.RichEdit.CHARRANGE lpchrg, uint reco, winmdroot.System.Com.IDataObject** lplpdataobj)