src\Framework\System\Windows\Documents\TextRangeSerialization.cs (8)
673typeof(Inline).IsAssignableFrom(contextType) && !typeof(AnchoredBlock).IsAssignableFrom(contextType))
873if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
881&& typeof(Inline).IsAssignableFrom(parentContext.ParentType))
1344ValidateMergingPositions(typeof(Inline), fragmentStart, fragmentEnd);
1605ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1610ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1752typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))