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