1 implementation of ExtendToNextTableRow
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1030
bool ITextSelection.
ExtendToNextTableRow
(LogicalDirection direction)
2 references to ExtendToNextTableRow
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (2)
1036
if (This.Selection.
ExtendToNextTableRow
(LogicalDirection.Forward))
1208
if (This.Selection.
ExtendToNextTableRow
(LogicalDirection.Backward))