3 references to IsAtParagraphOrBlockUIContainerStart
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (3)
777
if ((position is TextPointer) && TextPointerBase.
IsAtParagraphOrBlockUIContainerStart
(position))
1338
if (This.AcceptsRichContent && (!This.Selection.IsEmpty || TextPointerBase.
IsAtParagraphOrBlockUIContainerStart
(This.Selection.Start)) &&
1370
if (This.AcceptsRichContent && (!This.Selection.IsEmpty || TextPointerBase.
IsAtParagraphOrBlockUIContainerStart
(This.Selection.Start)) &&