6 references to AllowsParagraphMerging
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (1)
1443
if (parent is Inline || TextSchema.
AllowsParagraphMerging
(parent.GetType()))
System\Windows\Documents\TextRangeEditLists.cs (4)
79
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(parentBlock.GetType()));
109
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(previousBlock.GetType()));
637
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
657
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
System\Windows\Documents\TextRangeSerialization.cs (1)
1419
TextSchema.
AllowsParagraphMerging
(positionBeforeParagraph.Parent.GetType()))