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