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