3 overrides of TextDecorations
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
143public override TextDecorationCollection TextDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
62public override TextDecorationCollection TextDecorations { get { return _textDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
202public override TextDecorationCollection TextDecorations
8 references to TextDecorations
PresentationCore (6)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
104&& ((_textDecorations == null) ? textRunProperties.TextDecorations == null : _textDecorations.ValueEquals(textRunProperties.TextDecorations))
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
266SetChpFormat(runProp.TextDecorations, ref lschp); 1088textDecorations = lsrun.RunProp.TextDecorations;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1474TextDecorationCollection textDecorations = textRun.Properties.TextDecorations;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
92defaultRunProperties.TextDecorations,
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (1)
80public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.TextDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
103TextDecorationCollection runDecorations = properties.TextDecorations;