1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
61
_textFormattingMode
= textFormattingMode;
7 references to _textFormattingMode
PresentationCore (7)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
175
_textFormattingMode
237
_textFormattingMode
314
_textFormattingMode
,
332
_textFormattingMode
,
337
if (
_textFormattingMode
== TextFormattingMode.Display &&
482
return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);
494
return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);