42 references to ITextStoryRanges
System.Windows.Forms.Primitives (42)
Windows.Win32.ITextDocument.g.cs (5)
236
private static winmdroot.Foundation.HRESULT GetStoryRanges(ITextDocument* pThis, winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
** ppStories)
263
public unsafe void GetStoryRanges(winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
** ppStories)
265
((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextDocument*)Unsafe.AsPointer(ref this), ppStories).ThrowOnFailure();
956
internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
** ,winmdroot.Foundation.HRESULT> GetStoryRanges_11;
1040
unsafe winmdroot.Foundation.HRESULT GetStoryRanges(winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
** ppStories);
Windows.Win32.ITextStoryRanges.g.cs (35)
26
:IVTable<
ITextStoryRanges
,
ITextStoryRanges
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint>)lpVtbl[1])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint>)lpVtbl[2])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this));
66
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
71
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
92
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
109
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
115
private static winmdroot.Foundation.HRESULT _NewEnum(
ITextStoryRanges
* pThis, winmdroot.System.Com.IUnknown** ppunkEnum)
149
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), ppunkEnum).ThrowOnFailure();
155
private static winmdroot.Foundation.HRESULT Item(
ITextStoryRanges
* pThis, int Index, winmdroot.UI.Controls.RichEdit.ITextRange** ppRange)
190
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int ,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), Index, ppRange).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT GetCount(
ITextStoryRanges
* pThis, int* pCount)
235
((delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ITextStoryRanges
*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure();
259
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
261
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint> AddRef_2;
263
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint> Release_3;
265
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
267
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
269
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
271
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
273
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> _NewEnum_8;
275
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int ,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT> Item_9;
277
internal delegate *unmanaged [Stdcall]<
ITextStoryRanges
*,int* ,winmdroot.Foundation.HRESULT> GetCount_10;
Windows.Win32.UI_Controls_RichEdit_ITextStoryRanges_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
.Interface.GetCount(int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetCount(this winmdroot.UI.Controls.RichEdit.
ITextStoryRanges
.Interface @this, out int pCount)