3 overrides of FontHintingEmSize
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
132public override double FontHintingEmSize
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
55public override double FontHintingEmSize { get { return 12.0; } }
MS\Internal\Text\TextSpanModifier.cs (1)
195public 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)
948run.TextRun.Properties.FontHintingEmSize, 1789TextRun.Properties.FontHintingEmSize,
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
84defaultRunProperties.FontHintingEmSize,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
233_properties.FontHintingEmSize,
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
197get { return _runProperties.FontHintingEmSize; }