6 references to IsBeforeFirstTable
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1207
else if (TextPointerBase.
IsBeforeFirstTable
(position) ||
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
1322
IsBeforeFirstTable
(position) ||
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
599
TextPointerBase.
IsBeforeFirstTable
(position) ||
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
762
else if (TextPointerBase.
IsBeforeFirstTable
(position) || TextPointerBase.IsAtPotentialParagraphPosition(position))
src\Framework\System\Windows\Documents\TextStore.cs (2)
379
while (start != null && TextPointerBase.
IsBeforeFirstTable
(start))
3363
while (start != null && TextPointerBase.
IsBeforeFirstTable
(start))