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