1 write to _textFormattingMode
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
72
_textFormattingMode
= textFormattingMode;
7 references to _textFormattingMode
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
186
_textFormattingMode
248
_textFormattingMode
330
_textFormattingMode
,
348
_textFormattingMode
,
353
if (
_textFormattingMode
== TextFormattingMode.Display &&
498
return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);
510
return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip,
_textFormattingMode
);