3 overrides of FontHintingEmSize
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
132
public override double
FontHintingEmSize
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
55
public override double
FontHintingEmSize
{ get { return 12.0; } }
MS\Internal\Text\TextSpanModifier.cs (1)
195
public override double
FontHintingEmSize
6 references to FontHintingEmSize
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
99
&& _emHintingSize == textRunProperties.
FontHintingEmSize
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
948
run.TextRun.Properties.
FontHintingEmSize
,
1789
TextRun.Properties.
FontHintingEmSize
,
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
84
defaultRunProperties.
FontHintingEmSize
,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
233
_properties.
FontHintingEmSize
,
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
197
get { return _runProperties.
FontHintingEmSize
; }