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