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