3 overrides of TextDecorations
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
140public override TextDecorationCollection TextDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
59public override TextDecorationCollection TextDecorations { get { return _textDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
199public override TextDecorationCollection TextDecorations
8 references to TextDecorations
PresentationCore (6)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
101&& ((_textDecorations == null) ? textRunProperties.TextDecorations == null : _textDecorations.ValueEquals(textRunProperties.TextDecorations))
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
235SetChpFormat(runProp.TextDecorations, ref lschp); 1059textDecorations = lsrun.RunProp.TextDecorations;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1458TextDecorationCollection textDecorations = textRun.Properties.TextDecorations;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
85defaultRunProperties.TextDecorations,
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (1)
75public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.TextDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
100TextDecorationCollection runDecorations = properties.TextDecorations;