7 references to IsAtPotentialParagraphPosition
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
352
if (TextPointerBase.
IsAtPotentialParagraphPosition
(position))
src\Framework\System\Windows\Documents\TextPointerBase.cs (2)
156
isAtPotentialRunPosition =
IsAtPotentialParagraphPosition
(position);
739
if (
IsAtPotentialParagraphPosition
(pointer))
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
1044
if (TextPointerBase.
IsAtPotentialParagraphPosition
(pointer))
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (2)
262
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
272
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
762
else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.
IsAtPotentialParagraphPosition
(position))