3 overrides of TextDecorations
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
141
public override TextDecorationCollection
TextDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
60
public override TextDecorationCollection
TextDecorations
{ get { return _textDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
200
public override TextDecorationCollection
TextDecorations
8 references to TextDecorations
PresentationCore (6)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
102
&& ((_textDecorations == null) ? textRunProperties.
TextDecorations
== null : _textDecorations.ValueEquals(textRunProperties.
TextDecorations
))
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
247
SetChpFormat(runProp.
TextDecorations
, ref lschp);
1069
textDecorations = lsrun.RunProp.
TextDecorations
;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1465
TextDecorationCollection textDecorations = textRun.Properties.
TextDecorations
;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
86
defaultRunProperties.
TextDecorations
,
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (1)
76
public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.
TextDecorations
; } }
MS\Internal\Text\TextSpanModifier.cs (1)
101
TextDecorationCollection runDecorations = properties.
TextDecorations
;