1 implementation of MoveEndpointByUnit
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
504
HRESULT ITextRangeProvider.Interface.
MoveEndpointByUnit
(TextPatternRangeEndpoint endpoint, TextUnit unit, int count, int* pRetVal)
3 references to MoveEndpointByUnit
System.Windows.Forms.Primitives (3)
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (1)
486
return __object.
MoveEndpointByUnit
(endpoint, unit, count, pRetVal);
_generated\579\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
MoveEndpointByUnit
(winmdroot.UI.Accessibility.TextPatternRangeEndpoint, winmdroot.UI.Accessibility.TextUnit, int, int*)"/>
78
winmdroot.Foundation.HRESULT __result = @this.
MoveEndpointByUnit
(endpoint, unit, count, pRetValLocal);