6 references to IsBeforeFirstTable
PresentationFramework (6)
System\windows\Documents\TextEditorTyping.cs (1)
1171else if (TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextPointerBase.cs (1)
1314IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
594TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
760else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.IsAtPotentialParagraphPosition(position))
System\Windows\Documents\TextStore.cs (2)
488while (start != null && TextPointerBase.IsBeforeFirstTable(start)) 3422while (start != null && TextPointerBase.IsBeforeFirstTable(start))