7 references to IsAtPotentialParagraphPosition
PresentationFramework (7)
System\windows\Documents\TextEditorLists.cs (1)
333
if (TextPointerBase.
IsAtPotentialParagraphPosition
(position))
System\Windows\Documents\TextPointerBase.cs (2)
151
isAtPotentialRunPosition =
IsAtPotentialParagraphPosition
(position);
731
if (
IsAtPotentialParagraphPosition
(pointer))
System\Windows\Documents\TextRangeEdit.cs (1)
1039
if (TextPointerBase.
IsAtPotentialParagraphPosition
(pointer))
System\Windows\Documents\TextRangeEditLists.cs (2)
257
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
267
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
System\Windows\Documents\TextRangeEditTables.cs (1)
760
else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.
IsAtPotentialParagraphPosition
(position))