15 references to TextOptions
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (3)
1512TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl); 1689TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl); 3111TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl);
MS\Internal\PtsHost\StructuralCache.cs (1)
479TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this.PropertyOwner);
System\Windows\Controls\Primitives\Popup.cs (2)
162System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty); 165Child.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this);
System\Windows\Controls\TextBlock.cs (2)
2653TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this); 3208TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this);
System\Windows\Controls\TextBox.cs (1)
1879if (TextOptions.GetTextFormattingMode(this) == TextFormattingMode.Ideal)
System\Windows\FrameworkElement.cs (3)
2398TextOptions.TextRenderingModeProperty.OverrideMetadata( 2420System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(this, TextOptions.TextRenderingModeProperty); 2423base.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this);
System\Windows\Media\TextOptions.cs (3)
27typeof(TextOptions), 46typeof(TextOptions), 55typeof(TextOptions));