1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
60
_textFormattingMode
= textFormattingMode;
7 references to _textFormattingMode
PresentationCore (7)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
174
_textFormattingMode
236
_textFormattingMode
313
_textFormattingMode
,
331
_textFormattingMode
,
336
if (
_textFormattingMode
== TextFormattingMode.Display &&
481
return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);
493
return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);