8 references to GetTextFormattingMode
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
196
TextOptions.SetTextFormattingMode(stackPanel, TextOptions.
GetTextFormattingMode
(textView.VisualElement));
PresentationFramework (7)
MS\Internal\Documents\TextBoxView.cs (3)
1561
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(hostControl);
1738
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(hostControl);
3172
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(hostControl);
MS\Internal\PtsHost\StructuralCache.cs (1)
486
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(this.PropertyOwner);
System\Windows\Controls\TextBlock.cs (2)
2675
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(this);
3228
TextFormattingMode textFormattingMode = TextOptions.
GetTextFormattingMode
(this);
System\Windows\Controls\TextBox.cs (1)
1885
if (TextOptions.
GetTextFormattingMode
(this) == TextFormattingMode.Ideal)