3 overrides of FontHintingEmSize
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
135
public override double
FontHintingEmSize
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
60
public override double
FontHintingEmSize
{ get { return 12.0; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
205
public override double
FontHintingEmSize
6 references to FontHintingEmSize
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
102
&& _emHintingSize == textRunProperties.
FontHintingEmSize
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
971
run.TextRun.Properties.
FontHintingEmSize
,
1818
TextRun.Properties.
FontHintingEmSize
,
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
93
defaultRunProperties.
FontHintingEmSize
,
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
244
_properties.
FontHintingEmSize
,
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
207
get { return _runProperties.
FontHintingEmSize
; }