394 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 (389)
Windows.Win32.ITextDocument.g.cs (10)
828
private static winmdroot.Foundation.HRESULT Range(ITextDocument* pThis, int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
865
public unsafe winmdroot.Foundation.HRESULT Range(int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
867
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);
873
private static winmdroot.Foundation.HRESULT RangeFromPoint(ITextDocument* pThis, int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
910
public unsafe void RangeFromPoint(int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
912
((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();
984
internal delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> Range_25;
986
internal delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> RangeFromPoint_26;
1082
unsafe winmdroot.Foundation.HRESULT Range(int cpActive, int cpAnchor, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
1085
unsafe winmdroot.Foundation.HRESULT RangeFromPoint(int x, int y, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
Windows.Win32.ITextRange.g.cs (263)
26
:IVTable<
ITextRange
,
ITextRange
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITextRange
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,uint>)lpVtbl[1])((
ITextRange
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,uint>)lpVtbl[2])((
ITextRange
*)Unsafe.AsPointer(ref this));
66
((delegate *unmanaged [Stdcall]<
ITextRange
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITextRange
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
71
((delegate *unmanaged [Stdcall]<
ITextRange
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITextRange
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
92
((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();
109
((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();
115
private static winmdroot.Foundation.HRESULT GetText(
ITextRange
* pThis, winmdroot.Foundation.BSTR* pbstr)
148
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ITextRange
*)Unsafe.AsPointer(ref this), pbstr);
154
private static winmdroot.Foundation.HRESULT SetText(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr)
186
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ITextRange
*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
201
private static winmdroot.Foundation.HRESULT GetChar(
ITextRange
* pThis, int* pChar)
234
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ITextRange
*)Unsafe.AsPointer(ref this), pChar).ThrowOnFailure();
240
private static winmdroot.Foundation.HRESULT SetChar(
ITextRange
* pThis, int Char)
274
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
ITextRange
*)Unsafe.AsPointer(ref this), Char).ThrowOnFailure();
280
private static winmdroot.Foundation.HRESULT GetDuplicate(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
310
public unsafe void GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
312
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
ITextRange
*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
318
private static winmdroot.Foundation.HRESULT GetFormattedText(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
349
public unsafe void GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
351
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
ITextRange
*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
357
private static winmdroot.Foundation.HRESULT SetFormattedText(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
387
public unsafe void SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
389
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure();
404
private static winmdroot.Foundation.HRESULT GetStart(
ITextRange
* pThis, int* pcpFirst)
434
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
ITextRange
*)Unsafe.AsPointer(ref this), pcpFirst).ThrowOnFailure();
440
private static winmdroot.Foundation.HRESULT SetStart(
ITextRange
* pThis, int cpFirst)
472
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
ITextRange
*)Unsafe.AsPointer(ref this), cpFirst).ThrowOnFailure();
487
private static winmdroot.Foundation.HRESULT GetEnd(
ITextRange
* pThis, int* pcpLim)
518
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
ITextRange
*)Unsafe.AsPointer(ref this), pcpLim).ThrowOnFailure();
524
private static winmdroot.Foundation.HRESULT SetEnd(
ITextRange
* pThis, int cpLim)
556
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
ITextRange
*)Unsafe.AsPointer(ref this), cpLim).ThrowOnFailure();
562
private static winmdroot.Foundation.HRESULT GetFont(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.ITextFont** ppFont)
590
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
ITextRange
*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure();
596
private static winmdroot.Foundation.HRESULT SetFont(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextFont* pFont)
625
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
ITextRange
*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure();
631
private static winmdroot.Foundation.HRESULT GetPara(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.ITextPara** ppPara)
659
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
ITextRange
*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure();
665
private static winmdroot.Foundation.HRESULT SetPara(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextPara* pPara)
696
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
ITextRange
*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure();
711
private static winmdroot.Foundation.HRESULT GetStoryLength(
ITextRange
* pThis, int* pCount)
741
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
ITextRange
*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure();
756
private static winmdroot.Foundation.HRESULT GetStoryType(
ITextRange
* pThis, int* pValue)
783
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
ITextRange
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
789
private static winmdroot.Foundation.HRESULT Collapse(
ITextRange
* pThis, int bStart)
820
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
ITextRange
*)Unsafe.AsPointer(ref this), bStart).ThrowOnFailure();
835
private static winmdroot.Foundation.HRESULT Expand(
ITextRange
* pThis, int Unit, int* pDelta)
868
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, pDelta).ThrowOnFailure();
883
private static winmdroot.Foundation.HRESULT GetIndex(
ITextRange
* pThis, int Unit, int* pIndex)
919
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, pIndex).ThrowOnFailure();
925
private static winmdroot.Foundation.HRESULT SetIndex(
ITextRange
* pThis, int Unit, int Index, int Extend)
962
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Index, Extend).ThrowOnFailure();
968
private static winmdroot.Foundation.HRESULT SetRange(
ITextRange
* pThis, int cpAnchor, int cpActive)
1004
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
ITextRange
*)Unsafe.AsPointer(ref this), cpAnchor, cpActive).ThrowOnFailure();
1007
/// <inheritdoc cref="InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1008
internal unsafe void InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1019
private static winmdroot.Foundation.HRESULT InRange(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1053
public unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1055
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1058
/// <inheritdoc cref="InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1059
internal unsafe void InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1070
private static winmdroot.Foundation.HRESULT InStory(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1102
public unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1104
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1107
/// <inheritdoc cref="IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
1108
internal unsafe void IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
1119
private static winmdroot.Foundation.HRESULT IsEqual(
ITextRange
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1152
public unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
1154
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
ITextRange
*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
1160
private static winmdroot.Foundation.HRESULT Select(
ITextRange
* pThis)
1187
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
ITextRange
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1203
private static winmdroot.Foundation.HRESULT StartOf(
ITextRange
* pThis, int Unit, int Extend, int* pDelta)
1240
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta);
1256
private static winmdroot.Foundation.HRESULT EndOf(
ITextRange
* pThis, int Unit, int Extend, int* pDelta)
1295
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta);
1310
private static winmdroot.Foundation.HRESULT Move(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1351
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1366
private static winmdroot.Foundation.HRESULT MoveStart(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1406
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1421
private static winmdroot.Foundation.HRESULT MoveEnd(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
1461
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1479
private static winmdroot.Foundation.HRESULT MoveWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1521
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1539
private static winmdroot.Foundation.HRESULT MoveStartWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1579
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1597
private static winmdroot.Foundation.HRESULT MoveEndWhile(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1637
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1655
private static winmdroot.Foundation.HRESULT MoveUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1697
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1715
private static winmdroot.Foundation.HRESULT MoveStartUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1755
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1773
private static winmdroot.Foundation.HRESULT MoveEndUntil(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1813
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
ITextRange
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1828
private static winmdroot.Foundation.HRESULT FindText(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1872
((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();
1887
private static winmdroot.Foundation.HRESULT FindTextStart(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1928
((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();
1943
private static winmdroot.Foundation.HRESULT FindTextEnd(
ITextRange
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1984
((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();
1999
private static winmdroot.Foundation.HRESULT Delete(
ITextRange
* pThis, int Unit, int Count, int* pDelta)
2040
((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
ITextRange
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
2055
private static winmdroot.Foundation.HRESULT Cut(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar)
2088
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
2103
private static winmdroot.Foundation.HRESULT Copy(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar)
2136
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
2151
private static winmdroot.Foundation.HRESULT Paste(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format)
2185
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure();
2203
private static winmdroot.Foundation.HRESULT CanPaste(
ITextRange
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue)
2244
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
ITextRange
*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure();
2259
private static winmdroot.Foundation.HRESULT CanEdit(
ITextRange
* pThis, int* pValue)
2287
((delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
ITextRange
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
2293
private static winmdroot.Foundation.HRESULT ChangeCase(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type)
2324
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
ITextRange
*)Unsafe.AsPointer(ref this), Type).ThrowOnFailure();
2342
private static winmdroot.Foundation.HRESULT GetPoint(
ITextRange
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py)
2379
((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();
2385
private static winmdroot.Foundation.HRESULT SetPoint(
ITextRange
* pThis, int x, int y, winmdroot.UI.Controls.RichEdit.tomConstants Type, int Extend)
2427
((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();
2433
private static winmdroot.Foundation.HRESULT ScrollIntoView(
ITextRange
* pThis, int Value)
2464
return ((delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
ITextRange
*)Unsafe.AsPointer(ref this), Value);
2470
private static winmdroot.Foundation.HRESULT GetEmbeddedObject(
ITextRange
* pThis, winmdroot.System.Com.IUnknown** ppObject)
2499
((delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
ITextRange
*)Unsafe.AsPointer(ref this), ppObject).ThrowOnFailure();
2523
internal delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2525
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint> AddRef_2;
2527
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint> Release_3;
2529
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2531
internal delegate *unmanaged [Stdcall]<
ITextRange
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2533
internal delegate *unmanaged [Stdcall]<
ITextRange
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2535
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;
2537
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetText_8;
2539
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> SetText_9;
2541
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetChar_10;
2543
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetChar_11;
2545
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetDuplicate_12;
2547
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetFormattedText_13;
2549
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT> SetFormattedText_14;
2551
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStart_15;
2553
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetStart_16;
2555
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetEnd_17;
2557
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> SetEnd_18;
2559
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT> GetFont_19;
2561
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT> SetFont_20;
2563
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT> GetPara_21;
2565
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT> SetPara_22;
2567
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStoryLength_23;
2569
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> GetStoryType_24;
2571
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> Collapse_25;
2573
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT> Expand_26;
2575
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int* ,winmdroot.Foundation.HRESULT> GetIndex_27;
2577
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int ,winmdroot.Foundation.HRESULT> SetIndex_28;
2579
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.Foundation.HRESULT> SetRange_29;
2581
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InRange_30;
2583
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InStory_31;
2585
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> IsEqual_32;
2587
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.HRESULT> Select_33;
2589
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> StartOf_34;
2591
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> EndOf_35;
2593
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Move_36;
2595
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStart_37;
2597
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEnd_38;
2599
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveWhile_39;
2601
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartWhile_40;
2603
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndWhile_41;
2605
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUntil_42;
2607
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartUntil_43;
2609
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndUntil_44;
2611
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindText_45;
2613
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextStart_46;
2615
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextEnd_47;
2617
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Delete_48;
2619
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Cut_49;
2621
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Copy_50;
2623
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT> Paste_51;
2625
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> CanPaste_52;
2627
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int* ,winmdroot.Foundation.HRESULT> CanEdit_53;
2629
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT> ChangeCase_54;
2631
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT> GetPoint_55;
2633
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> SetPoint_56;
2635
internal delegate *unmanaged [Stdcall]<
ITextRange
*,int ,winmdroot.Foundation.HRESULT> ScrollIntoView_57;
2637
internal delegate *unmanaged [Stdcall]<
ITextRange
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetEmbeddedObject_58;
2726
unsafe winmdroot.Foundation.HRESULT GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2729
unsafe winmdroot.Foundation.HRESULT GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2732
unsafe winmdroot.Foundation.HRESULT SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange);
2780
unsafe winmdroot.Foundation.HRESULT InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2783
unsafe winmdroot.Foundation.HRESULT InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2786
unsafe winmdroot.Foundation.HRESULT IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
Windows.Win32.ITextSelection.g.cs (37)
224
private static winmdroot.Foundation.HRESULT GetDuplicate(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
241
public unsafe void GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
243
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
249
private static winmdroot.Foundation.HRESULT GetFormattedText(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
266
public unsafe void GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
268
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure();
274
private static winmdroot.Foundation.HRESULT SetFormattedText(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
291
public unsafe void SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange)
293
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextSelection*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure();
725
/// <inheritdoc cref="InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
726
internal unsafe void InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
737
private static winmdroot.Foundation.HRESULT InRange(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
754
public unsafe void InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
756
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
759
/// <inheritdoc cref="InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
760
internal unsafe void InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
771
private static winmdroot.Foundation.HRESULT InStory(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
788
public unsafe void InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
790
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
793
/// <inheritdoc cref="IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
794
internal unsafe void IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
805
private static winmdroot.Foundation.HRESULT IsEqual(ITextSelection* pThis, [Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
822
public unsafe void IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue)
824
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure();
2255
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetDuplicate_12;
2257
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> GetFormattedText_13;
2259
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,winmdroot.Foundation.HRESULT> SetFormattedText_14;
2291
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InRange_30;
2293
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> InStory_31;
2295
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.
ITextRange
* ,int* ,winmdroot.Foundation.HRESULT> IsEqual_32;
2452
:winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface {
2466
unsafe new winmdroot.Foundation.HRESULT GetDuplicate(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2469
unsafe new winmdroot.Foundation.HRESULT GetFormattedText(winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
2472
unsafe new winmdroot.Foundation.HRESULT SetFormattedText([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange);
2520
unsafe new winmdroot.Foundation.HRESULT InRange([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2523
unsafe new winmdroot.Foundation.HRESULT InStory([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
2526
unsafe new winmdroot.Foundation.HRESULT IsEqual([Optional] winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, int* pValue);
Windows.Win32.ITextStoryRanges.g.cs (5)
155
private static winmdroot.Foundation.HRESULT Item(ITextStoryRanges* pThis, int Index, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange)
188
public unsafe void Item(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();
275
internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,winmdroot.UI.Controls.RichEdit.
ITextRange
** ,winmdroot.Foundation.HRESULT> Item_9;
309
unsafe winmdroot.Foundation.HRESULT Item(int Index, winmdroot.UI.Controls.RichEdit.
ITextRange
** ppRange);
Windows.Win32.UI_Controls_RichEdit_ITextRange_Extensions.g.cs (68)
23
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetChar(int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetChar(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pChar)
33
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStart(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetStart(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pcpFirst)
43
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetEnd(int*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetEnd(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pcpLim)
53
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStoryLength(int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetStoryLength(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pCount)
63
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetStoryType(int*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetStoryType(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pValue)
73
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Expand(int, int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT Expand(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, out int pDelta)
83
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetIndex(int, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetIndex(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, out int pIndex)
93
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT InRange(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
103
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT InStory(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
113
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
123
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.StartOf(int, int, int*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT StartOf(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Extend, out int pDelta)
133
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.EndOf(int, int, int*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT EndOf(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Extend, out int pDelta)
143
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Move(int, int, int*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT Move(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
153
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStart(int, int, int*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT MoveStart(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
163
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEnd(int, int, int*)"/>
164
internal static unsafe winmdroot.Foundation.HRESULT MoveEnd(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
173
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
174
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)
186
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
187
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)
199
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
200
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)
212
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
213
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)
225
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
226
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)
238
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
239
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)
251
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindText(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
252
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)
261
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindTextStart(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
262
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)
271
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.FindTextEnd(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
272
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)
281
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Delete(int, int, int*)"/>
282
internal static unsafe winmdroot.Foundation.HRESULT Delete(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, int Unit, int Count, out int pDelta)
291
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/>
292
internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
301
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/>
302
internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
311
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/>
312
internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format)
321
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/>
322
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)
334
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.CanEdit(int*)"/>
335
internal static unsafe winmdroot.Foundation.HRESULT CanEdit(this winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface @this, out int pValue)
344
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextRange
.Interface.GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/>
345
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)
Windows.Win32.UI_Controls_RichEdit_ITextSelection_Extensions.g.cs (6)
93
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.InRange(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT InRange(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
103
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.InStory(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT InStory(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
113
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.
ITextRange
*, int*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.UI.Controls.RichEdit.
ITextRange
* pRange, out int pValue)
System.Windows.Forms.UI.IntegrationTests (3)
RichTextBoxTests.cs (3)
211
private unsafe string? GetTextFromRange(RichTextBox control, int start, int length, Action<Pointer<
ITextRange
>>? transform)
221
using ComScope<
ITextRange
> range = new(null);
223
transform?.Invoke((
ITextRange
*)range);