7 references to GetTextFormattingMode
PresentationFramework (7)
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\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)