5 instantiations of NumberSubstitution
PresentationFramework (5)
MS\Internal\Text\DynamicPropertyReader.cs (1)
318NumberSubstitution numberSubstitution = new NumberSubstitution
System\Windows\FrameworkContentElement.cs (1)
95internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\FrameworkElement.cs (1)
2427internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7817DefaultConstructor = delegate () { return new System.Windows.Media.NumberSubstitution(); }
System\Windows\Markup\KnownTypes.cs (1)
1420case KnownElements.NumberSubstitution: o = new System.Windows.Media.NumberSubstitution(); break;
41 references to NumberSubstitution
PresentationCore (18)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
48NumberSubstitution substitution 200public override NumberSubstitution NumberSubstitution 213private NumberSubstitution _numberSubstitution;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1531NumberSubstitution sub = properties.NumberSubstitution;
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
116NumberSubstitution sub = properties.NumberSubstitution;
System\Windows\Media\FormattedText.cs (7)
101NumberSubstitution numberSubstitution) : this( 133NumberSubstitution numberSubstitution, 167NumberSubstitution numberSubstitution, 192NumberSubstitution numberSubstitution, 200double emSize, Brush foreground, NumberSubstitution numberSubstitution, TextFormattingMode textFormattingMode, double pixelsPerDip) 538NumberSubstitution numberSubstitution 552NumberSubstitution numberSubstitution,
System\Windows\Media\textformatting\NumberSubstitution.cs (5)
136typeof(NumberSubstitution)); 166typeof(NumberSubstitution), 200typeof(NumberSubstitution)); 245NumberSubstitution sub = obj as NumberSubstitution;
System\Windows\Media\textformatting\TextRunProperties.cs (1)
103public virtual NumberSubstitution NumberSubstitution
PresentationFramework (23)
HashHelper.cs (1)
16typeof(System.Windows.Media.NumberSubstitution), // bug 1612105
MS\Internal\Text\DynamicPropertyReader.cs (5)
316internal static NumberSubstitution GetNumberSubstitution(DependencyObject element) 318NumberSubstitution numberSubstitution = new NumberSubstitution 320CultureSource = (NumberCultureSource)element.GetValue(NumberSubstitution.CultureSourceProperty), 321CultureOverride = (CultureInfo)element.GetValue(NumberSubstitution.CultureOverrideProperty), 322Substitution = (NumberSubstitutionMethod)element.GetValue(NumberSubstitution.SubstitutionProperty)
MS\Internal\Text\TextProperties.cs (2)
84public override NumberSubstitution NumberSubstitution { get { return _numberSubstitution; } } 359private NumberSubstitution _numberSubstitution;
MS\Internal\Text\TextSpanModifier.cs (1)
234public override NumberSubstitution NumberSubstitution
System\Windows\Documents\TextSchema.cs (3)
43NumberSubstitution.CultureSourceProperty, 44NumberSubstitution.SubstitutionProperty, 45NumberSubstitution.CultureOverrideProperty,
System\Windows\FrameworkContentElement.cs (4)
73NumberSubstitution.CultureSourceProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(NumberCultureSource.Text, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 74NumberSubstitution.CultureOverrideProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 75NumberSubstitution.SubstitutionProperty.OverrideMetadata(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(NumberSubstitutionMethod.AsCulture, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 95internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\FrameworkElement.cs (4)
2382NumberSubstitution.CultureSourceProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(NumberCultureSource.User, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2383NumberSubstitution.CultureOverrideProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2384NumberSubstitution.SubstitutionProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(NumberSubstitutionMethod.AsCulture, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, numberSubstitutionChanged)); 2427internal static readonly NumberSubstitution DefaultNumberSubstitution = new NumberSubstitution(
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
518case 425: t = () => typeof(NumberSubstitution); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7814typeof(System.Windows.Media.NumberSubstitution),
System\Windows\Markup\KnownTypes.cs (1)
5972case KnownElements.NumberSubstitution: t = typeof(System.Windows.Media.NumberSubstitution); break;