1 implementation of ExtendToNextTableRow
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1008bool ITextSelection.ExtendToNextTableRow(LogicalDirection direction)
2 references to ExtendToNextTableRow
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (2)
1011if (This.Selection.ExtendToNextTableRow(LogicalDirection.Forward)) 1183if (This.Selection.ExtendToNextTableRow(LogicalDirection.Backward))