3 overrides of TypographyProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
183public override TextRunTypographyProperties TypographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
89public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } }
MS\Internal\Text\TextSpanModifier.cs (1)
229public override TextRunTypographyProperties TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
118LSRun.CompileFeatureSet(current.Properties.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
MS\Internal\TextFormatting\LineServicesRun.cs (3)
912if (lsruns[0].RunProp.TypographyProperties == null) 916if (lsruns[i].RunProp.TypographyProperties != null) 934TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
231get { return _runProperties.TypographyProperties; }