System\Windows\Documents\TextRangeSerialization.cs (8)
666typeof(Inline).IsAssignableFrom(contextType) && !typeof(AnchoredBlock).IsAssignableFrom(contextType))
867if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
875&& typeof(Inline).IsAssignableFrom(parentContext.ParentType))
1320ValidateMergingPositions(typeof(Inline), fragmentStart, fragmentEnd);
1585ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1590ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1732typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))