21 references to TextOptions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineHints\InlineHintsTag.cs (6)
196TextOptions.SetTextFormattingMode(stackPanel, TextOptions.GetTextFormattingMode(textView.VisualElement)); 197TextOptions.SetTextHintingMode(stackPanel, TextOptions.GetTextHintingMode(textView.VisualElement)); 198TextOptions.SetTextRenderingMode(stackPanel, TextOptions.GetTextRenderingMode(textView.VisualElement));
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (3)
1559TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl); 1736TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl); 3170TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(hostControl);
MS\Internal\PtsHost\StructuralCache.cs (1)
480TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this.PropertyOwner);
System\Windows\Controls\Primitives\Popup.cs (2)
167System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty); 170Child.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this);
System\Windows\Controls\TextBlock.cs (2)
2665TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this); 3218TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this);
System\Windows\Controls\TextBox.cs (1)
1878if (TextOptions.GetTextFormattingMode(this) == TextFormattingMode.Ideal)
System\Windows\FrameworkElement.cs (3)
2407TextOptions.TextRenderingModeProperty.OverrideMetadata( 2429System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(this, TextOptions.TextRenderingModeProperty); 2432base.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this);
System\Windows\Media\TextOptions.cs (3)
28typeof(TextOptions), 47typeof(TextOptions), 56typeof(TextOptions));