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