17 references to TextOptions
PresentationFramework (15)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1562
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(hostControl);
1736
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(hostControl);
3149
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(hostControl);
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
490
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(this.PropertyOwner);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
175
System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(Child,
TextOptions
.TextRenderingModeProperty);
178
Child.VisualTextRenderingMode =
TextOptions
.GetTextRenderingMode(this);
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2764
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(this);
3319
TextFormattingMode textFormattingMode =
TextOptions
.GetTextFormattingMode(this);
src\Framework\System\Windows\Controls\TextBox.cs (1)
1878
if (
TextOptions
.GetTextFormattingMode(this) == TextFormattingMode.Ideal)
src\Framework\System\Windows\FrameworkElement.cs (3)
2415
TextOptions
.TextRenderingModeProperty.OverrideMetadata(
2437
System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(this,
TextOptions
.TextRenderingModeProperty);
2440
base.VisualTextRenderingMode =
TextOptions
.GetTextRenderingMode(this);
src\Framework\System\Windows\Media\TextOptions.cs (3)
33
typeof(
TextOptions
),
52
typeof(
TextOptions
),
61
typeof(
TextOptions
));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1051
TextOptions
.SetTextFormattingMode(this.scrollableContent, TextFormattingMode.Display);
1055
TextOptions
.SetTextFormattingMode(this.scrollableContent, TextFormattingMode.Ideal);