3 overrides of NumberSubstitution
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
204public override NumberSubstitution NumberSubstitution
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
90public override NumberSubstitution NumberSubstitution { get { return _numberSubstitution; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
245public override NumberSubstitution NumberSubstitution
5 references to NumberSubstitution
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (2)
109&& ((_numberSubstitution == null) ? (textRunProperties.NumberSubstitution == null) : (_numberSubstitution.Equals(textRunProperties.NumberSubstitution)));
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1660NumberSubstitution sub = properties.NumberSubstitution;
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (1)
119NumberSubstitution sub = properties.NumberSubstitution;
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
247get { return _runProperties.NumberSubstitution; }