5 instantiations of NumberSubstitution
PresentationFramework (5)
MS\Internal\Text\DynamicPropertyReader.cs (1)
319NumberSubstitution numberSubstitution = new NumberSubstitution
System\Windows\FrameworkContentElement.cs (1)
96internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\FrameworkElement.cs (1)
2428internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7818DefaultConstructor = delegate () { return new System.Windows.Media.NumberSubstitution(); }
System\Windows\Markup\KnownTypes.cs (1)
1421case KnownElements.NumberSubstitution: o = new System.Windows.Media.NumberSubstitution(); break;
41 references to NumberSubstitution
PresentationCore (18)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
49NumberSubstitution substitution 201public override NumberSubstitution NumberSubstitution 214private NumberSubstitution _numberSubstitution;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1532NumberSubstitution sub = properties.NumberSubstitution;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
117NumberSubstitution sub = properties.NumberSubstitution;
System\Windows\Media\FormattedText.cs (7)
102NumberSubstitution numberSubstitution) : this( 134NumberSubstitution numberSubstitution, 168NumberSubstitution numberSubstitution, 193NumberSubstitution numberSubstitution, 201double emSize, Brush foreground, NumberSubstitution numberSubstitution, TextFormattingMode textFormattingMode, double pixelsPerDip) 539NumberSubstitution numberSubstitution 553NumberSubstitution numberSubstitution,
System\Windows\Media\textformatting\NumberSubstitution.cs (5)
137typeof(NumberSubstitution)); 167typeof(NumberSubstitution), 201typeof(NumberSubstitution)); 246NumberSubstitution sub = obj as NumberSubstitution;
System\Windows\Media\textformatting\TextRunProperties.cs (1)
104public virtual NumberSubstitution NumberSubstitution
PresentationFramework (23)
HashHelper.cs (1)
16typeof(System.Windows.Media.NumberSubstitution), // bug 1612105
MS\Internal\Text\DynamicPropertyReader.cs (5)
317internal static NumberSubstitution GetNumberSubstitution(DependencyObject element) 319NumberSubstitution numberSubstitution = new NumberSubstitution 321CultureSource = (NumberCultureSource)element.GetValue(NumberSubstitution.CultureSourceProperty), 322CultureOverride = (CultureInfo)element.GetValue(NumberSubstitution.CultureOverrideProperty), 323Substitution = (NumberSubstitutionMethod)element.GetValue(NumberSubstitution.SubstitutionProperty)
MS\Internal\Text\TextProperties.cs (2)
85public override NumberSubstitution NumberSubstitution { get { return _numberSubstitution; } } 360private NumberSubstitution _numberSubstitution;
MS\Internal\Text\TextSpanModifier.cs (1)
235public override NumberSubstitution NumberSubstitution
System\Windows\Documents\TextSchema.cs (3)
44NumberSubstitution.CultureSourceProperty, 45NumberSubstitution.SubstitutionProperty, 46NumberSubstitution.CultureOverrideProperty,
System\Windows\FrameworkContentElement.cs (4)
74NumberSubstitution.CultureSourceProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(NumberCultureSource.Text, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 75NumberSubstitution.CultureOverrideProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 76NumberSubstitution.SubstitutionProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(NumberSubstitutionMethod.AsCulture, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 96internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\FrameworkElement.cs (4)
2383NumberSubstitution.CultureSourceProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(NumberCultureSource.User, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2384NumberSubstitution.CultureOverrideProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2385NumberSubstitution.SubstitutionProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(NumberSubstitutionMethod.AsCulture, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2428internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
519case 425: t = () => typeof(NumberSubstitution); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7815typeof(System.Windows.Media.NumberSubstitution),
System\Windows\Markup\KnownTypes.cs (1)
5973case KnownElements.NumberSubstitution: t = typeof(System.Windows.Media.NumberSubstitution); break;