3 overrides of TypographyProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
187public override TextRunTypographyProperties TypographyProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
95public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
240public override TextRunTypographyProperties TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
137LSRun.CompileFeatureSet(current.Properties.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
946if (lsruns[0].RunProp.TypographyProperties == null) 950if (lsruns[i].RunProp.TypographyProperties != null) 968TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties;
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
242get { return _runProperties.TypographyProperties; }