3 overrides of TypographyProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
184public override TextRunTypographyProperties TypographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
90public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } }
MS\Internal\Text\TextSpanModifier.cs (1)
230public override TextRunTypographyProperties TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
119LSRun.CompileFeatureSet(current.Properties.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
MS\Internal\TextFormatting\LineServicesRun.cs (3)
913if (lsruns[0].RunProp.TypographyProperties == null) 917if (lsruns[i].RunProp.TypographyProperties != null) 935TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
232get { return _runProperties.TypographyProperties; }