3 overrides of NumberSubstitution
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
201public override NumberSubstitution NumberSubstitution
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
85public override NumberSubstitution NumberSubstitution { get { return _numberSubstitution; } }
MS\Internal\Text\TextSpanModifier.cs (1)
235public override NumberSubstitution NumberSubstitution
5 references to NumberSubstitution
PresentationCore (4)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
106&& ((_numberSubstitution == null) ? (textRunProperties.NumberSubstitution == null) : (_numberSubstitution.Equals(textRunProperties.NumberSubstitution)));
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1541NumberSubstitution sub = properties.NumberSubstitution;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
117NumberSubstitution sub = properties.NumberSubstitution;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
237get { return _runProperties.NumberSubstitution; }