6 references to AllowsParagraphMerging
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (1)
1446
if (parent is Inline || TextSchema.
AllowsParagraphMerging
(parent.GetType()))
System\Windows\Documents\TextRangeEditLists.cs (4)
82
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(parentBlock.GetType()));
112
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(previousBlock.GetType()));
638
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
658
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
System\Windows\Documents\TextRangeSerialization.cs (1)
1426
TextSchema.
AllowsParagraphMerging
(positionBeforeParagraph.Parent.GetType()))