System\Windows\Documents\TextRangeSerialization.cs (8)
659typeof(Inline).IsAssignableFrom(contextType) && !typeof(AnchoredBlock).IsAssignableFrom(contextType))
860if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
868&& typeof(Inline).IsAssignableFrom(parentContext.ParentType))
1313ValidateMergingPositions(typeof(Inline), fragmentStart, fragmentEnd);
1578ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1583ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1725typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))