393 references to ITextRange
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1670
using ComScope<
ITextRange
> windowTextRange = new(null);
1687
using ComScope<
ITextRange
> selectionTextRange = new(null);
System.Windows.Forms.Primitives (391)
_generated\251\Windows.Win32.ITextDocument.g.cs (10)
872
private static winmdroot.Foundation.HRESULT Range(ITextDocument* pThis, int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
909
public unsafe winmdroot.Foundation.HRESULT Range(int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
911
return ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((ITextDocument*)Unsafe.AsPointer(ref this), cpActive, cpAnchor, ppRange);
917
private static winmdroot.Foundation.HRESULT RangeFromPoint(ITextDocument* pThis, int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
954
public unsafe void RangeFromPoint(int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
956
((delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextDocument*)Unsafe.AsPointer(ref this), x, y, ppRange).ThrowOnFailure();
1030
internal delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> Range_25;
1032
internal delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> RangeFromPoint_26;
1128
unsafe winmdroot.Foundation.HRESULT Range(int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
1131
unsafe winmdroot.Foundation.HRESULT RangeFromPoint(int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
_generated\256\Windows.Win32.ITextRange.g.cs (263)
27
:winmdroot.IVTable<
ITextRange
,
ITextRange
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITextRange
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,uint>)lpVtbl[1])((
ITextRange
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,uint>)lpVtbl[2])((
ITextRange
*)Unsafe.AsPointer(ref this));
69
((delegate *unmanaged [Stdcall]<
ITextRange
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITextRange
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
74
((delegate *unmanaged [Stdcall]<
ITextRange
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITextRange
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
95
((delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ITextRange
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
134
((delegate *unmanaged [Stdcall]<
ITextRange
*,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])((
ITextRange
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
151
private static winmdroot.Foundation.HRESULT GetText(
ITextRange
* pThis, winmdroot.Foundation.BSTR* pbstr)
184
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ITextRange
*)Unsafe.AsPointer(ref this), pbstr);
190
private static winmdroot.Foundation.HRESULT SetText(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr)
222
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ITextRange
*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
238
private static winmdroot.Foundation.HRESULT GetChar(
ITextRange
* pThis, int* pChar)
271
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ITextRange
*)Unsafe.AsPointer(ref this), pChar).ThrowOnFailure();
277
private static winmdroot.Foundation.HRESULT SetChar(
ITextRange
* pThis, int Char)
311
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
ITextRange
*)Unsafe.AsPointer(ref this), Char).ThrowOnFailure();
317
private static winmdroot.Foundation.HRESULT GetDuplicate(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
347
public unsafe void GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
349
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
ITextRange
*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
355
private static winmdroot.Foundation.HRESULT GetFormattedText(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
386
public unsafe void GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
388
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
ITextRange
*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
394
private static winmdroot.Foundation.HRESULT SetFormattedText(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
424
public unsafe void SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
426
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure();
442
private static winmdroot.Foundation.HRESULT GetStart(
ITextRange
* pThis, int* pcpFirst)
472
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
ITextRange
*)Unsafe.AsPointer(ref this), pcpFirst).ThrowOnFailure();
478
private static winmdroot.Foundation.HRESULT SetStart(
ITextRange
* pThis, int cpFirst)
510
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
ITextRange
*)Unsafe.AsPointer(ref this), cpFirst).ThrowOnFailure();
526
private static winmdroot.Foundation.HRESULT GetEnd(
ITextRange
* pThis, int* pcpLim)
557
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
ITextRange
*)Unsafe.AsPointer(ref this), pcpLim).ThrowOnFailure();
563
private static winmdroot.Foundation.HRESULT SetEnd(
ITextRange
* pThis, int cpLim)
595
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
ITextRange
*)Unsafe.AsPointer(ref this), cpLim).ThrowOnFailure();
601
private static winmdroot.Foundation.HRESULT GetFont(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.ITextFont** ppFont)
629
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
ITextRange
*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure();
635
private static winmdroot.Foundation.HRESULT SetFont(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextFont* pFont)
664
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
ITextRange
*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure();
670
private static winmdroot.Foundation.HRESULT GetPara(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.ITextPara** ppPara)
698
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
ITextRange
*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure();
704
private static winmdroot.Foundation.HRESULT SetPara(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextPara* pPara)
735
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
ITextRange
*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure();
751
private static winmdroot.Foundation.HRESULT GetStoryLength(
ITextRange
* pThis, int* pCount)
781
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
ITextRange
*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure();
797
private static winmdroot.Foundation.HRESULT GetStoryType(
ITextRange
* pThis, int* pValue)
824
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
ITextRange
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
830
private static winmdroot.Foundation.HRESULT Collapse(
ITextRange
* pThis, int bStart)
861
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
ITextRange
*)Unsafe.AsPointer(ref this), bStart).ThrowOnFailure();
877
private static winmdroot.Foundation.HRESULT Expand(
ITextRange
* pThis, int Unit, int* pDelta)
910
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, pDelta).ThrowOnFailure();
926
private static winmdroot.Foundation.HRESULT GetIndex(
ITextRange
* pThis, int Unit, int* pIndex)
962
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, pIndex).ThrowOnFailure();
968
private static winmdroot.Foundation.HRESULT SetIndex(
ITextRange
* pThis, int Unit, int Index, int Extend)
1005
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Index, Extend).ThrowOnFailure();
1011
private static winmdroot.Foundation.HRESULT SetRange(
ITextRange
* pThis, int cpAnchor, int cpActive)
1047
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
ITextRange
*)Unsafe.AsPointer(ref this), cpAnchor, cpActive).ThrowOnFailure();
1050
/// <inheritdoc cref="InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1052
internal unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1063
private static winmdroot.Foundation.HRESULT InRange(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1097
public unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1099
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1102
/// <inheritdoc cref="InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1104
internal unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1115
private static winmdroot.Foundation.HRESULT InStory(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1147
public unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1149
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1152
/// <inheritdoc cref="IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1154
internal unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1165
private static winmdroot.Foundation.HRESULT IsEqual(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1198
public unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1200
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1206
private static winmdroot.Foundation.HRESULT Select(
ITextRange
* pThis)
1233
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
ITextRange
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1250
private static winmdroot.Foundation.HRESULT StartOf(
ITextRange
* pThis, int Unit, int Extend, int* pDelta)
1287
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta);
1304
private static winmdroot.Foundation.HRESULT EndOf(
ITextRange
* pThis, int Unit, int Extend, int* pDelta)
1343
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta);
1359
private static winmdroot.Foundation.HRESULT Move(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1400
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1416
private static winmdroot.Foundation.HRESULT MoveStart(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1456
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1472
private static winmdroot.Foundation.HRESULT MoveEnd(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1512
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1531
private static winmdroot.Foundation.HRESULT MoveWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1573
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1592
private static winmdroot.Foundation.HRESULT MoveStartWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1632
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1651
private static winmdroot.Foundation.HRESULT MoveEndWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1691
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1710
private static winmdroot.Foundation.HRESULT MoveUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1752
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1771
private static winmdroot.Foundation.HRESULT MoveStartUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1811
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1830
private static winmdroot.Foundation.HRESULT MoveEndUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1870
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1886
private static winmdroot.Foundation.HRESULT FindText(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1930
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
ITextRange
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1946
private static winmdroot.Foundation.HRESULT FindTextStart(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1987
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
ITextRange
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
2003
private static winmdroot.Foundation.HRESULT FindTextEnd(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
2044
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
ITextRange
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
2060
private static winmdroot.Foundation.HRESULT Delete(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
2101
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
2117
private static winmdroot.Foundation.HRESULT Cut(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar)
2150
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
2166
private static winmdroot.Foundation.HRESULT Copy(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar)
2199
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
2215
private static winmdroot.Foundation.HRESULT Paste(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format)
2249
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure();
2268
private static winmdroot.Foundation.HRESULT CanPaste(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue)
2309
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure();
2325
private static winmdroot.Foundation.HRESULT CanEdit(
ITextRange
* pThis, int* pValue)
2353
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
ITextRange
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
2359
private static winmdroot.Foundation.HRESULT ChangeCase(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type)
2390
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
ITextRange
*)Unsafe.AsPointer(ref this), Type).ThrowOnFailure();
2409
private static winmdroot.Foundation.HRESULT GetPoint(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py)
2446
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
ITextRange
*)Unsafe.AsPointer(ref this), Type, px, py).ThrowOnFailure();
2452
private static winmdroot.Foundation.HRESULT SetPoint(
ITextRange
* pThis, int x, int y, winmdroot.UI.Controls.RichEdit.tomConstants Type, int Extend)
2494
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
ITextRange
*)Unsafe.AsPointer(ref this), x, y, Type, Extend).ThrowOnFailure();
2500
private static winmdroot.Foundation.HRESULT ScrollIntoView(
ITextRange
* pThis, int Value)
2531
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
ITextRange
*)Unsafe.AsPointer(ref this), Value);
2537
private static winmdroot.Foundation.HRESULT GetEmbeddedObject(
ITextRange
* pThis, winmdroot.System.Com.IUnknown** ppObject)
2566
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
ITextRange
*)Unsafe.AsPointer(ref this), ppObject).ThrowOnFailure();
2592
internal delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2594
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint> AddRef_2;
2596
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint> Release_3;
2598
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2600
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2602
internal delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2604
internal delegate *unmanaged [Stdcall]<
ITextRange
*,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;
2606
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetText_8;
2608
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> SetText_9;
2610
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetChar_10;
2612
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetChar_11;
2614
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetDuplicate_12;
2616
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetFormattedText_13;
2618
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT> SetFormattedText_14;
2620
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStart_15;
2622
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetStart_16;
2624
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetEnd_17;
2626
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetEnd_18;
2628
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT> GetFont_19;
2630
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT> SetFont_20;
2632
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT> GetPara_21;
2634
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT> SetPara_22;
2636
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStoryLength_23;
2638
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStoryType_24;
2640
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> Collapse_25;
2642
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT> Expand_26;
2644
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT> GetIndex_27;
2646
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int ,winmdroot.Foundation.HRESULT> SetIndex_28;
2648
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.Foundation.HRESULT> SetRange_29;
2650
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InRange_30;
2652
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InStory_31;
2654
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> IsEqual_32;
2656
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.HRESULT> Select_33;
2658
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> StartOf_34;
2660
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> EndOf_35;
2662
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Move_36;
2664
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStart_37;
2666
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEnd_38;
2668
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveWhile_39;
2670
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartWhile_40;
2672
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndWhile_41;
2674
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUntil_42;
2676
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartUntil_43;
2678
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndUntil_44;
2680
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindText_45;
2682
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextStart_46;
2684
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextEnd_47;
2686
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Delete_48;
2688
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Cut_49;
2690
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Copy_50;
2692
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT> Paste_51;
2694
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> CanPaste_52;
2696
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> CanEdit_53;
2698
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT> ChangeCase_54;
2700
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT> GetPoint_55;
2702
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> SetPoint_56;
2704
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> ScrollIntoView_57;
2706
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetEmbeddedObject_58;
2795
unsafe winmdroot.Foundation.HRESULT GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2798
unsafe winmdroot.Foundation.HRESULT GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2801
unsafe winmdroot.Foundation.HRESULT SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange);
2849
unsafe winmdroot.Foundation.HRESULT InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2852
unsafe winmdroot.Foundation.HRESULT InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2855
unsafe winmdroot.Foundation.HRESULT IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
_generated\258\Windows.Win32.ITextSelection.g.cs (37)
260
private static winmdroot.Foundation.HRESULT GetDuplicate(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
277
public unsafe void GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
279
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
285
private static winmdroot.Foundation.HRESULT GetFormattedText(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
302
public unsafe void GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
304
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
310
private static winmdroot.Foundation.HRESULT SetFormattedText(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
327
public unsafe void SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
329
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextSelection*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure();
767
/// <inheritdoc cref="InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
769
internal unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
780
private static winmdroot.Foundation.HRESULT InRange(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
797
public unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
799
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
802
/// <inheritdoc cref="InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
804
internal unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
815
private static winmdroot.Foundation.HRESULT InStory(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
832
public unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
834
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
837
/// <inheritdoc cref="IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
839
internal unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
850
private static winmdroot.Foundation.HRESULT IsEqual(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
867
public unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
869
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
2331
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetDuplicate_12;
2333
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetFormattedText_13;
2335
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT> SetFormattedText_14;
2367
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InRange_30;
2369
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InStory_31;
2371
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> IsEqual_32;
2528
:winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface {
2542
unsafe new winmdroot.Foundation.HRESULT GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2545
unsafe new winmdroot.Foundation.HRESULT GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2548
unsafe new winmdroot.Foundation.HRESULT SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange);
2596
unsafe new winmdroot.Foundation.HRESULT InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2599
unsafe new winmdroot.Foundation.HRESULT InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2602
unsafe new winmdroot.Foundation.HRESULT IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
_generated\259\Windows.Win32.ITextStoryRanges.g.cs (5)
180
private static winmdroot.Foundation.HRESULT Item(ITextStoryRanges* pThis, int Index, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
213
public unsafe void Item(int Index, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
215
((delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextStoryRanges*)Unsafe.AsPointer(ref this), Index, ppRange).ThrowOnFailure();
303
internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> Item_9;
337
unsafe winmdroot.Foundation.HRESULT Item(int Index, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
_generated\592\Windows.Win32.UI_Controls_RichEdit_ITextRange_Extensions.g.cs (70)
23
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetText(winmdroot.Foundation.BSTR*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetText(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out winmdroot.Foundation.BSTR pbstr)
33
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetChar(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetChar(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pChar)
43
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStart(int*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetStart(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pcpFirst)
53
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetEnd(int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetEnd(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pcpLim)
63
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStoryLength(int*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetStoryLength(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pCount)
73
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStoryType(int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetStoryType(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pValue)
83
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Expand(int, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT Expand(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, out int pDelta)
93
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetIndex(int, int*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT GetIndex(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, out int pIndex)
103
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT InRange(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
113
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT InStory(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
123
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
133
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.StartOf(int, int, int*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT StartOf(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Extend, out int pDelta)
143
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.EndOf(int, int, int*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT EndOf(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Extend, out int pDelta)
153
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Move(int, int, int*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT Move(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
163
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStart(int, int, int*)"/>
164
internal static unsafe winmdroot.Foundation.HRESULT MoveStart(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
173
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEnd(int, int, int*)"/>
174
internal static unsafe winmdroot.Foundation.HRESULT MoveEnd(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
183
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
184
internal static unsafe winmdroot.Foundation.HRESULT MoveWhile(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
196
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
197
internal static unsafe winmdroot.Foundation.HRESULT MoveStartWhile(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
209
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
210
internal static unsafe winmdroot.Foundation.HRESULT MoveEndWhile(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
222
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
223
internal static unsafe winmdroot.Foundation.HRESULT MoveUntil(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
235
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
236
internal static unsafe winmdroot.Foundation.HRESULT MoveStartUntil(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
248
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
249
internal static unsafe winmdroot.Foundation.HRESULT MoveEndUntil(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
261
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindText(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
262
internal static unsafe winmdroot.Foundation.HRESULT FindText(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
271
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindTextStart(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
272
internal static unsafe winmdroot.Foundation.HRESULT FindTextStart(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
281
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindTextEnd(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
282
internal static unsafe winmdroot.Foundation.HRESULT FindTextEnd(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
291
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Delete(int, int, int*)"/>
292
internal static unsafe winmdroot.Foundation.HRESULT Delete(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
301
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/>
302
internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
311
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/>
312
internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
321
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/>
322
internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format)
331
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/>
332
internal static unsafe winmdroot.Foundation.HRESULT CanPaste(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue)
344
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.CanEdit(int*)"/>
345
internal static unsafe winmdroot.Foundation.HRESULT CanEdit(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pValue)
354
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/>
355
internal static unsafe winmdroot.Foundation.HRESULT GetPoint(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.UI.Controls.RichEdit.tomConstants Type, out int px, out int py)
_generated\593\Windows.Win32.UI_Controls_RichEdit_ITextSelection_Extensions.g.cs (6)
103
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT InRange(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
113
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT InStory(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
123
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)