3 overrides of NumberSubstitution
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
203public override NumberSubstitution NumberSubstitution
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
87public override NumberSubstitution NumberSubstitution { get { return _numberSubstitution; } }
MS\Internal\Text\TextSpanModifier.cs (1)
237public 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)
1560NumberSubstitution sub = properties.NumberSubstitution;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
123NumberSubstitution sub = properties.NumberSubstitution;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
239get { return _runProperties.NumberSubstitution; }