8 references to GetTextFormattingMode
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsTag.cs (1)
196TextOptions.SetTextFormattingMode(stackPanel, TextOptions.GetTextFormattingMode(textView.VisualElement));
PresentationFramework (7)
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\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)