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