5 references to IsTableStructureCrossed
PresentationFramework (5)
System\windows\Documents\TextEditorTyping.cs (3)
741
if (!TextRangeEditTables.
IsTableStructureCrossed
(position, deletePosition) &&
925
if (TextRangeEditTables.
IsTableStructureCrossed
(This.Selection.Start, wordBoundary))
985
if (TextRangeEditTables.
IsTableStructureCrossed
(wordBoundary, This.Selection.Start))
System\Windows\Documents\TextRangeBase.cs (1)
293
if (!TextRangeEditTables.
IsTableStructureCrossed
(thisRange.Start, nextPosition))
System\Windows\Documents\TextRangeEditLists.cs (1)
775
if (TextRangeEditTables.
IsTableStructureCrossed
(list.ElementEnd, adjustedEnd))