3 overrides of NumberSubstitution
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
200
public override NumberSubstitution
NumberSubstitution
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
84
public override NumberSubstitution
NumberSubstitution
{ get { return _numberSubstitution; } }
MS\Internal\Text\TextSpanModifier.cs (1)
234
public override NumberSubstitution
NumberSubstitution
5 references to NumberSubstitution
PresentationCore (4)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
105
&& ((_numberSubstitution == null) ? (textRunProperties.
NumberSubstitution
== null) : (_numberSubstitution.Equals(textRunProperties.
NumberSubstitution
)));
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1531
NumberSubstitution sub = properties.
NumberSubstitution
;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
116
NumberSubstitution sub = properties.
NumberSubstitution
;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
236
get { return _runProperties.
NumberSubstitution
; }