3 overrides of TextDecorations
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
143
public override TextDecorationCollection
TextDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
62
public override TextDecorationCollection
TextDecorations
{ get { return _textDecorations; } }
MS\Internal\Text\TextSpanModifier.cs (1)
202
public 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)
266
SetChpFormat(runProp.
TextDecorations
, ref lschp);
1088
textDecorations = lsrun.RunProp.
TextDecorations
;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1474
TextDecorationCollection textDecorations = textRun.Properties.
TextDecorations
;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
92
defaultRunProperties.
TextDecorations
,
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (1)
80
public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.
TextDecorations
; } }
MS\Internal\Text\TextSpanModifier.cs (1)
103
TextDecorationCollection runDecorations = properties.
TextDecorations
;