6 references to AllowsParagraphMerging
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
1448
if (parent is Inline || TextSchema.
AllowsParagraphMerging
(parent.GetType()))
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (4)
84
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(parentBlock.GetType()));
114
Invariant.Assert(TextSchema.
AllowsParagraphMerging
(previousBlock.GetType()));
640
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
660
if (!TextSchema.
AllowsParagraphMerging
(position.Parent.GetType()))
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1450
TextSchema.
AllowsParagraphMerging
(positionBeforeParagraph.Parent.GetType()))