350 references to ITextSelection
System.Windows.Forms.Primitives (350)
Windows.Win32.ITextDocument.g.cs (5)
152
private static winmdroot.Foundation.HRESULT GetSelection(ITextDocument* pThis, winmdroot.UI.Controls.RichEdit.
ITextSelection
** ppSel)
181
public unsafe void GetSelection(winmdroot.UI.Controls.RichEdit.
ITextSelection
** ppSel)
183
((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.
ITextSelection
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextDocument*)Unsafe.AsPointer(ref this), ppSel).ThrowOnFailure();
952
internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.
ITextSelection
** ,winmdroot.Foundation.HRESULT> GetSelection_9;
1034
unsafe winmdroot.Foundation.HRESULT GetSelection(winmdroot.UI.Controls.RichEdit.
ITextSelection
** ppSel);
Windows.Win32.ITextSelection.g.cs (267)
26
:IVTable<
ITextSelection
,
ITextSelection
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
ITextSelection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITextSelection
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ITextSelection
*,uint>)lpVtbl[1])((
ITextSelection
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ITextSelection
*,uint>)lpVtbl[2])((
ITextSelection
*)Unsafe.AsPointer(ref this));
66
((delegate *unmanaged [Stdcall]<
ITextSelection
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITextSelection
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
71
((delegate *unmanaged [Stdcall]<
ITextSelection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITextSelection
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
92
((delegate *unmanaged [Stdcall]<
ITextSelection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ITextSelection
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
109
((delegate *unmanaged [Stdcall]<
ITextSelection
*,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])((
ITextSelection
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
115
private static winmdroot.Foundation.HRESULT GetText(
ITextSelection
* pThis, winmdroot.Foundation.BSTR* pbstr)
134
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ITextSelection
*)Unsafe.AsPointer(ref this), pbstr).ThrowOnFailure();
140
private static winmdroot.Foundation.HRESULT SetText(
ITextSelection
* pThis, winmdroot.Foundation.BSTR bstr)
159
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ITextSelection
*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
174
private static winmdroot.Foundation.HRESULT GetChar(
ITextSelection
* pThis, int* pChar)
193
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ITextSelection
*)Unsafe.AsPointer(ref this), pChar).ThrowOnFailure();
199
private static winmdroot.Foundation.HRESULT SetChar(
ITextSelection
* pThis, int Char)
218
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
ITextSelection
*)Unsafe.AsPointer(ref this), Char).ThrowOnFailure();
224
private static winmdroot.Foundation.HRESULT GetDuplicate(
ITextSelection
* pThis, 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)
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)
293
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextRange* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
ITextSelection
*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure();
308
private static winmdroot.Foundation.HRESULT GetStart(
ITextSelection
* pThis, int* pcpFirst)
327
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
ITextSelection
*)Unsafe.AsPointer(ref this), pcpFirst).ThrowOnFailure();
333
private static winmdroot.Foundation.HRESULT SetStart(
ITextSelection
* pThis, int cpFirst)
352
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
ITextSelection
*)Unsafe.AsPointer(ref this), cpFirst).ThrowOnFailure();
367
private static winmdroot.Foundation.HRESULT GetEnd(
ITextSelection
* pThis, int* pcpLim)
386
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
ITextSelection
*)Unsafe.AsPointer(ref this), pcpLim).ThrowOnFailure();
392
private static winmdroot.Foundation.HRESULT SetEnd(
ITextSelection
* pThis, int cpLim)
411
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
ITextSelection
*)Unsafe.AsPointer(ref this), cpLim).ThrowOnFailure();
417
private static winmdroot.Foundation.HRESULT GetFont(
ITextSelection
* pThis, winmdroot.UI.Controls.RichEdit.ITextFont** ppFont)
436
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
ITextSelection
*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure();
442
private static winmdroot.Foundation.HRESULT SetFont(
ITextSelection
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextFont* pFont)
461
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
ITextSelection
*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure();
467
private static winmdroot.Foundation.HRESULT GetPara(
ITextSelection
* pThis, winmdroot.UI.Controls.RichEdit.ITextPara** ppPara)
486
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
ITextSelection
*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure();
492
private static winmdroot.Foundation.HRESULT SetPara(
ITextSelection
* pThis, [Optional] winmdroot.UI.Controls.RichEdit.ITextPara* pPara)
511
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
ITextSelection
*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure();
526
private static winmdroot.Foundation.HRESULT GetStoryLength(
ITextSelection
* pThis, int* pCount)
545
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
ITextSelection
*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure();
560
private static winmdroot.Foundation.HRESULT GetStoryType(
ITextSelection
* pThis, int* pValue)
579
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
ITextSelection
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
585
private static winmdroot.Foundation.HRESULT Collapse(
ITextSelection
* pThis, int bStart)
604
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
ITextSelection
*)Unsafe.AsPointer(ref this), bStart).ThrowOnFailure();
619
private static winmdroot.Foundation.HRESULT Expand(
ITextSelection
* pThis, int Unit, int* pDelta)
638
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, pDelta).ThrowOnFailure();
653
private static winmdroot.Foundation.HRESULT GetIndex(
ITextSelection
* pThis, int Unit, int* pIndex)
672
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, pIndex).ThrowOnFailure();
678
private static winmdroot.Foundation.HRESULT SetIndex(
ITextSelection
* pThis, int Unit, int Index, int Extend)
697
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Index, Extend).ThrowOnFailure();
703
private static winmdroot.Foundation.HRESULT SetRange(
ITextSelection
* pThis, int cpAnchor, int cpActive)
722
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
ITextSelection
*)Unsafe.AsPointer(ref this), cpAnchor, cpActive).ThrowOnFailure();
737
private static winmdroot.Foundation.HRESULT InRange(
ITextSelection
* pThis, [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();
771
private static winmdroot.Foundation.HRESULT InStory(
ITextSelection
* pThis, [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();
805
private static winmdroot.Foundation.HRESULT IsEqual(
ITextSelection
* pThis, [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();
830
private static winmdroot.Foundation.HRESULT Select(
ITextSelection
* pThis)
849
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
ITextSelection
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
864
private static winmdroot.Foundation.HRESULT StartOf(
ITextSelection
* pThis, int Unit, int Extend, int* pDelta)
883
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure();
898
private static winmdroot.Foundation.HRESULT EndOf(
ITextSelection
* pThis, int Unit, int Extend, int* pDelta)
917
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure();
932
private static winmdroot.Foundation.HRESULT Move(
ITextSelection
* pThis, int Unit, int Count, int* pDelta)
951
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
966
private static winmdroot.Foundation.HRESULT MoveStart(
ITextSelection
* pThis, int Unit, int Count, int* pDelta)
985
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1000
private static winmdroot.Foundation.HRESULT MoveEnd(
ITextSelection
* pThis, int Unit, int Count, int* pDelta)
1019
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1037
private static winmdroot.Foundation.HRESULT MoveWhile(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1056
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1074
private static winmdroot.Foundation.HRESULT MoveStartWhile(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1093
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1111
private static winmdroot.Foundation.HRESULT MoveEndWhile(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1130
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1148
private static winmdroot.Foundation.HRESULT MoveUntil(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1167
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1185
private static winmdroot.Foundation.HRESULT MoveStartUntil(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1204
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1222
private static winmdroot.Foundation.HRESULT MoveEndUntil(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta)
1241
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
ITextSelection
*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure();
1256
private static winmdroot.Foundation.HRESULT FindText(
ITextSelection
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1275
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
ITextSelection
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1290
private static winmdroot.Foundation.HRESULT FindTextStart(
ITextSelection
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1309
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
ITextSelection
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1324
private static winmdroot.Foundation.HRESULT FindTextEnd(
ITextSelection
* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1343
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
ITextSelection
*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1358
private static winmdroot.Foundation.HRESULT Delete(
ITextSelection
* pThis, int Unit, int Count, int* pDelta)
1377
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure();
1392
private static winmdroot.Foundation.HRESULT Cut(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* pVar)
1411
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
ITextSelection
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
1426
private static winmdroot.Foundation.HRESULT Copy(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* pVar)
1445
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
ITextSelection
*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure();
1460
private static winmdroot.Foundation.HRESULT Paste(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format)
1479
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
ITextSelection
*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure();
1497
private static winmdroot.Foundation.HRESULT CanPaste(
ITextSelection
* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue)
1516
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
ITextSelection
*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure();
1531
private static winmdroot.Foundation.HRESULT CanEdit(
ITextSelection
* pThis, int* pValue)
1550
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
ITextSelection
*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure();
1556
private static winmdroot.Foundation.HRESULT ChangeCase(
ITextSelection
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type)
1575
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
ITextSelection
*)Unsafe.AsPointer(ref this), Type).ThrowOnFailure();
1593
private static winmdroot.Foundation.HRESULT GetPoint(
ITextSelection
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py)
1612
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
ITextSelection
*)Unsafe.AsPointer(ref this), Type, px, py).ThrowOnFailure();
1618
private static winmdroot.Foundation.HRESULT SetPoint(
ITextSelection
* pThis, int x, int y, winmdroot.UI.Controls.RichEdit.tomConstants Type, int Extend)
1637
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
ITextSelection
*)Unsafe.AsPointer(ref this), x, y, Type, Extend).ThrowOnFailure();
1643
private static winmdroot.Foundation.HRESULT ScrollIntoView(
ITextSelection
* pThis, int Value)
1662
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
ITextSelection
*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure();
1668
private static winmdroot.Foundation.HRESULT GetEmbeddedObject(
ITextSelection
* pThis, winmdroot.System.Com.IUnknown** ppObject)
1687
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
ITextSelection
*)Unsafe.AsPointer(ref this), ppObject).ThrowOnFailure();
1702
private static winmdroot.Foundation.HRESULT GetFlags(
ITextSelection
* pThis, int* pFlags)
1734
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
ITextSelection
*)Unsafe.AsPointer(ref this), pFlags).ThrowOnFailure();
1740
private static winmdroot.Foundation.HRESULT SetFlags(
ITextSelection
* pThis, int Flags)
1775
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
ITextSelection
*)Unsafe.AsPointer(ref this), Flags).ThrowOnFailure();
1790
private static winmdroot.Foundation.HRESULT GetType(
ITextSelection
* pThis, int* pType)
1822
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
ITextSelection
*)Unsafe.AsPointer(ref this), pType).ThrowOnFailure();
1837
private static winmdroot.Foundation.HRESULT MoveLeft(
ITextSelection
* pThis, int Unit, int Count, int Extend, int* pDelta)
1884
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure();
1899
private static winmdroot.Foundation.HRESULT MoveRight(
ITextSelection
* pThis, int Unit, int Count, int Extend, int* pDelta)
1946
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure();
1961
private static winmdroot.Foundation.HRESULT MoveUp(
ITextSelection
* pThis, int Unit, int Count, int Extend, int* pDelta)
2004
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure();
2019
private static winmdroot.Foundation.HRESULT MoveDown(
ITextSelection
* pThis, int Unit, int Count, int Extend, int* pDelta)
2062
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure();
2077
private static winmdroot.Foundation.HRESULT HomeKey(
ITextSelection
* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Unit, int Extend, int* pDelta)
2114
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure();
2129
private static winmdroot.Foundation.HRESULT EndKey(
ITextSelection
* pThis, int Unit, int Extend, int* pDelta)
2171
((delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
ITextSelection
*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure();
2177
private static winmdroot.Foundation.HRESULT TypeText(
ITextSelection
* pThis, winmdroot.Foundation.BSTR bstr)
2209
((delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
ITextSelection
*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
2233
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2235
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,uint> AddRef_2;
2237
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,uint> Release_3;
2239
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2241
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2243
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2245
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,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;
2247
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetText_8;
2249
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> SetText_9;
2251
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetChar_10;
2253
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> SetChar_11;
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;
2261
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetStart_15;
2263
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> SetStart_16;
2265
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetEnd_17;
2267
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> SetEnd_18;
2269
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT> GetFont_19;
2271
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT> SetFont_20;
2273
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT> GetPara_21;
2275
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT> SetPara_22;
2277
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetStoryLength_23;
2279
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetStoryType_24;
2281
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> Collapse_25;
2283
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int* ,winmdroot.Foundation.HRESULT> Expand_26;
2285
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int* ,winmdroot.Foundation.HRESULT> GetIndex_27;
2287
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,winmdroot.Foundation.HRESULT> SetIndex_28;
2289
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,winmdroot.Foundation.HRESULT> SetRange_29;
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;
2297
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.HRESULT> Select_33;
2299
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> StartOf_34;
2301
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> EndOf_35;
2303
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Move_36;
2305
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStart_37;
2307
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEnd_38;
2309
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveWhile_39;
2311
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartWhile_40;
2313
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndWhile_41;
2315
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUntil_42;
2317
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartUntil_43;
2319
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndUntil_44;
2321
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindText_45;
2323
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextStart_46;
2325
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextEnd_47;
2327
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> Delete_48;
2329
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Cut_49;
2331
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Copy_50;
2333
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT> Paste_51;
2335
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> CanPaste_52;
2337
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> CanEdit_53;
2339
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT> ChangeCase_54;
2341
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT> GetPoint_55;
2343
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> SetPoint_56;
2345
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> ScrollIntoView_57;
2347
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetEmbeddedObject_58;
2349
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetFlags_59;
2351
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,winmdroot.Foundation.HRESULT> SetFlags_60;
2353
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int* ,winmdroot.Foundation.HRESULT> GetType_61;
2355
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveLeft_62;
2357
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveRight_63;
2359
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUp_64;
2361
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT> MoveDown_65;
2363
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,int* ,winmdroot.Foundation.HRESULT> HomeKey_66;
2365
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,int ,int ,int* ,winmdroot.Foundation.HRESULT> EndKey_67;
2367
internal delegate *unmanaged [Stdcall]<
ITextSelection
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> TypeText_68;
Windows.Win32.UI_Controls_RichEdit_ITextSelection_Extensions.g.cs (78)
23
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetChar(int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetChar(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pChar)
33
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetStart(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetStart(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pcpFirst)
43
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetEnd(int*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetEnd(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pcpLim)
53
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetStoryLength(int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetStoryLength(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pCount)
63
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetStoryType(int*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetStoryType(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pValue)
73
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Expand(int, int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT Expand(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, out int pDelta)
83
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetIndex(int, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetIndex(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, out int pIndex)
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)
123
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.StartOf(int, int, int*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT StartOf(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Extend, out int pDelta)
133
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.EndOf(int, int, int*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT EndOf(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Extend, out int pDelta)
143
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Move(int, int, int*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT Move(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, out int pDelta)
153
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveStart(int, int, int*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT MoveStart(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, out int pDelta)
163
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveEnd(int, int, int*)"/>
164
internal static unsafe winmdroot.Foundation.HRESULT MoveEnd(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, out int pDelta)
173
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
174
internal static unsafe winmdroot.Foundation.HRESULT MoveWhile(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
186
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
187
internal static unsafe winmdroot.Foundation.HRESULT MoveStartWhile(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
199
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
200
internal static unsafe winmdroot.Foundation.HRESULT MoveEndWhile(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
212
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
213
internal static unsafe winmdroot.Foundation.HRESULT MoveUntil(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
225
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
226
internal static unsafe winmdroot.Foundation.HRESULT MoveStartUntil(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
238
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
239
internal static unsafe winmdroot.Foundation.HRESULT MoveEndUntil(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
251
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.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.
ITextSelection
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
261
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.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.
ITextSelection
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
271
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.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.
ITextSelection
.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
281
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Delete(int, int, int*)"/>
282
internal static unsafe winmdroot.Foundation.HRESULT Delete(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, out int pDelta)
291
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/>
292
internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
301
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/>
302
internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
311
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/>
312
internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format)
321
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/>
322
internal static unsafe winmdroot.Foundation.HRESULT CanPaste(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue)
334
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.CanEdit(int*)"/>
335
internal static unsafe winmdroot.Foundation.HRESULT CanEdit(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pValue)
344
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/>
345
internal static unsafe winmdroot.Foundation.HRESULT GetPoint(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, winmdroot.UI.Controls.RichEdit.tomConstants Type, out int px, out int py)
357
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetFlags(int*)"/>
358
internal static unsafe winmdroot.Foundation.HRESULT GetFlags(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pFlags)
367
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.GetType(int*)"/>
368
internal static unsafe winmdroot.Foundation.HRESULT GetType(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, out int pType)
377
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveLeft(int, int, int, int*)"/>
378
internal static unsafe winmdroot.Foundation.HRESULT MoveLeft(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, int Extend, out int pDelta)
387
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveRight(int, int, int, int*)"/>
388
internal static unsafe winmdroot.Foundation.HRESULT MoveRight(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, int Extend, out int pDelta)
397
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveUp(int, int, int, int*)"/>
398
internal static unsafe winmdroot.Foundation.HRESULT MoveUp(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, int Extend, out int pDelta)
407
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.MoveDown(int, int, int, int*)"/>
408
internal static unsafe winmdroot.Foundation.HRESULT MoveDown(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Count, int Extend, out int pDelta)
417
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.HomeKey(winmdroot.UI.Controls.RichEdit.tomConstants, int, int*)"/>
418
internal static unsafe winmdroot.Foundation.HRESULT HomeKey(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, winmdroot.UI.Controls.RichEdit.tomConstants Unit, int Extend, out int pDelta)
427
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface.EndKey(int, int, int*)"/>
428
internal static unsafe winmdroot.Foundation.HRESULT EndKey(this winmdroot.UI.Controls.RichEdit.
ITextSelection
.Interface @this, int Unit, int Extend, out int pDelta)