7 references to IsAtPotentialParagraphPosition
PresentationFramework (7)
System\windows\Documents\TextEditorLists.cs (1)
334
if (TextPointerBase.
IsAtPotentialParagraphPosition
(position))
System\Windows\Documents\TextPointerBase.cs (2)
152
isAtPotentialRunPosition =
IsAtPotentialParagraphPosition
(position);
732
if (
IsAtPotentialParagraphPosition
(pointer))
System\Windows\Documents\TextRangeEdit.cs (1)
1040
if (TextPointerBase.
IsAtPotentialParagraphPosition
(pointer))
System\Windows\Documents\TextRangeEditLists.cs (2)
258
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
268
if (range.IsEmpty && TextPointerBase.
IsAtPotentialParagraphPosition
(range.Start))
System\Windows\Documents\TextRangeEditTables.cs (1)
757
else if (TextPointerBase.IsBeforeFirstTable(position) || TextPointerBase.
IsAtPotentialParagraphPosition
(position))