1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
69
_textFormattingMode
= textFormattingMode;
7 references to _textFormattingMode
PresentationCore (7)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
183
_textFormattingMode
245
_textFormattingMode
322
_textFormattingMode
,
340
_textFormattingMode
,
345
if (
_textFormattingMode
== TextFormattingMode.Display &&
490
return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);
502
return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);