6 references to IsBeforeFirstTable
PresentationFramework (6)
System\windows\Documents\TextEditorTyping.cs (1)
1190else if (TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextPointerBase.cs (1)
1320IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
597TextPointerBase.IsBeforeFirstTable(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
759else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.IsAtPotentialParagraphPosition(position))
System\Windows\Documents\TextStore.cs (2)
500while (start != null && TextPointerBase.IsBeforeFirstTable(start)) 3450while (start != null && TextPointerBase.IsBeforeFirstTable(start))