3 overrides of NumberSubstitution
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
203
public override NumberSubstitution
NumberSubstitution
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
87
public override NumberSubstitution
NumberSubstitution
{ get { return _numberSubstitution; } }
MS\Internal\Text\TextSpanModifier.cs (1)
237
public override NumberSubstitution
NumberSubstitution
5 references to NumberSubstitution
PresentationCore (4)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
108
&& ((_numberSubstitution == null) ? (textRunProperties.
NumberSubstitution
== null) : (_numberSubstitution.Equals(textRunProperties.
NumberSubstitution
)));
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1560
NumberSubstitution sub = properties.
NumberSubstitution
;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
123
NumberSubstitution sub = properties.
NumberSubstitution
;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
239
get { return _runProperties.
NumberSubstitution
; }