170 references to tomConstants
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1674windowTextRange.Value->ScrollIntoView((int)tomConstants.tomEnd).ThrowOnFailure(); 1689selectionTextRange.Value->ScrollIntoView((int)tomConstants.tomStart).ThrowOnFailure();
System.Windows.Forms.Primitives (162)
Windows.Win32.ITextDocument.g.cs (19)
315 private static winmdroot.Foundation.HRESULT SetSaved(ITextDocument* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Value) 343 public void SetSaved(winmdroot.UI.Controls.RichEdit.tomConstants Value) 345 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextDocument*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 458 /// <inheritdoc cref="Open(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 459 internal unsafe void Open(in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 470 private static winmdroot.Foundation.HRESULT Open(ITextDocument* pThis, winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 512 public unsafe void Open(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 514 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 517 /// <inheritdoc cref="Save(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 518 internal unsafe void Save(in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 529 private static winmdroot.Foundation.HRESULT Save(ITextDocument* pThis, winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 567 public unsafe void Save(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 569 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 960 internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT> SetSaved_13; 968 internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> Open_17; 970 internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> Save_18; 1046winmdroot.Foundation.HRESULT SetSaved(winmdroot.UI.Controls.RichEdit.tomConstants Value); 1058 unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage); 1061 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage);
Windows.Win32.ITextFont.g.cs (5)
282 private static winmdroot.Foundation.HRESULT Reset(ITextFont* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Value) 309 public void Reset(winmdroot.UI.Controls.RichEdit.tomConstants Value) 311 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2402 internal delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT> Reset_12; 2595winmdroot.Foundation.HRESULT Reset(winmdroot.UI.Controls.RichEdit.tomConstants Value);
Windows.Win32.ITextPara.g.cs (24)
479 /// <inheritdoc cref="GetHyphenation(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 480 internal unsafe void GetHyphenation(out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 482 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue) 491 private static winmdroot.Foundation.HRESULT GetHyphenation(ITextPara* pThis, winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 515 public unsafe void GetHyphenation(winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 517 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 605 /// <inheritdoc cref="GetKeepTogether(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 606 internal unsafe void GetKeepTogether(out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 608 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue) 617 private static winmdroot.Foundation.HRESULT GetKeepTogether(ITextPara* pThis, winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 641 public unsafe void GetKeepTogether(winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 643 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 682 /// <inheritdoc cref="GetKeepWithNext(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 683 internal unsafe void GetKeepWithNext(out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 685 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue) 694 private static winmdroot.Foundation.HRESULT GetKeepWithNext(ITextPara* pThis, winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 718 public unsafe void GetKeepWithNext(winmdroot.UI.Controls.RichEdit.tomConstants* pValue) 720 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2143 internal delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT> GetHyphenation_17; 2149 internal delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT> GetKeepTogether_20; 2153 internal delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT> GetKeepWithNext_22; 2320 unsafe winmdroot.Foundation.HRESULT GetHyphenation(winmdroot.UI.Controls.RichEdit.tomConstants* pValue); 2329 unsafe winmdroot.Foundation.HRESULT GetKeepTogether(winmdroot.UI.Controls.RichEdit.tomConstants* pValue); 2335 unsafe winmdroot.Foundation.HRESULT GetKeepWithNext(winmdroot.UI.Controls.RichEdit.tomConstants* pValue);
Windows.Win32.ITextRange.g.cs (38)
1816 /// <inheritdoc cref="FindText(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1817 internal unsafe void FindText(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1828 private static winmdroot.Foundation.HRESULT FindText(ITextRange* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1870 public unsafe void FindText(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(); 1875 /// <inheritdoc cref="FindTextStart(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1876 internal unsafe void FindTextStart(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1887 private static winmdroot.Foundation.HRESULT FindTextStart(ITextRange* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1926 public unsafe void FindTextStart(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(); 1931 /// <inheritdoc cref="FindTextEnd(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1932 internal unsafe void FindTextEnd(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1943 private static winmdroot.Foundation.HRESULT FindTextEnd(ITextRange* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1982 public unsafe void FindTextEnd(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(); 2293 private static winmdroot.Foundation.HRESULT ChangeCase(ITextRange* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type) 2322 public void ChangeCase(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(); 2327 /// <inheritdoc cref="GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/> 2328 internal unsafe void GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants Type, out int px, out int py) 2342 private static winmdroot.Foundation.HRESULT GetPoint(ITextRange* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py) 2377 public unsafe void GetPoint(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) 2425 public void SetPoint(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(); 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; 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; 2825 unsafe winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2828 unsafe winmdroot.Foundation.HRESULT FindTextStart(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2831 unsafe winmdroot.Foundation.HRESULT FindTextEnd(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2852winmdroot.Foundation.HRESULT ChangeCase(winmdroot.UI.Controls.RichEdit.tomConstants Type); 2855 unsafe winmdroot.Foundation.HRESULT GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py); 2858winmdroot.Foundation.HRESULT SetPoint(int x, int y, winmdroot.UI.Controls.RichEdit.tomConstants Type, int Extend);
Windows.Win32.ITextSelection.g.cs (45)
1244 /// <inheritdoc cref="FindText(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1245 internal unsafe void FindText(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1256 private static winmdroot.Foundation.HRESULT FindText(ITextSelection* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1273 public unsafe void FindText(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(); 1278 /// <inheritdoc cref="FindTextStart(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1279 internal unsafe void FindTextStart(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1290 private static winmdroot.Foundation.HRESULT FindTextStart(ITextSelection* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1307 public unsafe void FindTextStart(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(); 1312 /// <inheritdoc cref="FindTextEnd(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/> 1313 internal unsafe void FindTextEnd(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength) 1324 private static winmdroot.Foundation.HRESULT FindTextEnd(ITextSelection* pThis, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength) 1341 public unsafe void FindTextEnd(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(); 1556 private static winmdroot.Foundation.HRESULT ChangeCase(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type) 1573 public void ChangeCase(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(); 1578 /// <inheritdoc cref="GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/> 1579 internal unsafe void GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants Type, out int px, out int py) 1593 private static winmdroot.Foundation.HRESULT GetPoint(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py) 1610 public unsafe void GetPoint(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) 1635 public void SetPoint(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(); 2065 /// <inheritdoc cref="HomeKey(winmdroot.UI.Controls.RichEdit.tomConstants, int, int*)"/> 2066 internal unsafe void HomeKey(winmdroot.UI.Controls.RichEdit.tomConstants Unit, int Extend, out int pDelta) 2077 private static winmdroot.Foundation.HRESULT HomeKey(ITextSelection* pThis, winmdroot.UI.Controls.RichEdit.tomConstants Unit, int Extend, int* pDelta) 2112 public unsafe void HomeKey(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(); 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; 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; 2363 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,int* ,winmdroot.Foundation.HRESULT> HomeKey_66; 2565 unsafe new winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2568 unsafe new winmdroot.Foundation.HRESULT FindTextStart(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2571 unsafe new winmdroot.Foundation.HRESULT FindTextEnd(winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength); 2592 new winmdroot.Foundation.HRESULT ChangeCase(winmdroot.UI.Controls.RichEdit.tomConstants Type); 2595 unsafe new winmdroot.Foundation.HRESULT GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants Type, int* px, int* py); 2598 new winmdroot.Foundation.HRESULT SetPoint(int x, int y, winmdroot.UI.Controls.RichEdit.tomConstants Type, int Extend); 2628 unsafe winmdroot.Foundation.HRESULT HomeKey(winmdroot.UI.Controls.RichEdit.tomConstants Unit, int Extend, int* pDelta);
Windows.Win32.UI_Controls_RichEdit_ITextDocument_Extensions.g.cs (4)
53 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Open(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT Open(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 63 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Save(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT Save(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage)
Windows.Win32.UI_Controls_RichEdit_ITextPara_Extensions.g.cs (9)
63 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetHyphenation(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT GetHyphenation(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 66 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue) 83 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetKeepTogether(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 84 internal static unsafe winmdroot.Foundation.HRESULT GetKeepTogether(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 86 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue) 93 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetKeepWithNext(winmdroot.UI.Controls.RichEdit.tomConstants*)"/> 94 internal static unsafe winmdroot.Foundation.HRESULT GetKeepWithNext(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue) 96 fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue)
Windows.Win32.UI_Controls_RichEdit_ITextRange_Extensions.g.cs (8)
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) 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 (10)
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) 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) 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)
System.Windows.Forms.UI.IntegrationTests (6)
RichTextBoxTests.cs (6)
65range.Value->EndOf((int)tomConstants.tomHidden, 0, out int _).ThrowOnFailure(); 68range.Value->EndOf((int)tomConstants.tomLink, 1, out int _).ThrowOnFailure(); 123range.Value->StartOf((int)tomConstants.tomLink, 0, out int _).ThrowOnFailure(); 126range.Value->StartOf((int)tomConstants.tomHidden, 1, out int _).ThrowOnFailure(); 184range.Value->EndOf((int)tomConstants.tomLink, 0, out int _).ThrowOnFailure(); 187range.Value->EndOf((int)tomConstants.tomHidden, 1, out int _).ThrowOnFailure();