System\Windows\Documents\TextRangeSerialization.cs (8)
660typeof(Inline).IsAssignableFrom(contextType) && !typeof(AnchoredBlock).IsAssignableFrom(contextType))
861if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
869&& typeof(Inline).IsAssignableFrom(parentContext.ParentType))
1314ValidateMergingPositions(typeof(Inline), fragmentStart, fragmentEnd);
1579ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1584ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1726typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))