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