6 references to IsBeforeFirstTable
PresentationFramework (6)
System\windows\Documents\TextEditorTyping.cs (1)
1181else if (TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextPointerBase.cs (1)
1315IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
595TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
761else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.IsAtPotentialParagraphPosition(position))
System\Windows\Documents\TextStore.cs (2)
489while (start != null && TextPointerBase.IsBeforeFirstTable(start)) 3432while (start != null && TextPointerBase.IsBeforeFirstTable(start))