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