5 references to IsTableStructureCrossed
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
757
if (!TextRangeEditTables.
IsTableStructureCrossed
(position, deletePosition) &&
942
if (TextRangeEditTables.
IsTableStructureCrossed
(This.Selection.Start, wordBoundary))
1002
if (TextRangeEditTables.
IsTableStructureCrossed
(wordBoundary, This.Selection.Start))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
304
if (!TextRangeEditTables.
IsTableStructureCrossed
(thisRange.Start, nextPosition))
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
777
if (TextRangeEditTables.
IsTableStructureCrossed
(list.ElementEnd, adjustedEnd))