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