1 type derived from TextRunTypographyProperties
PresentationFramework (1)
src\Framework\MS\Internal\Text\TypographyProperties.cs (1)
25internal sealed class TypographyProperties : TextRunTypographyProperties
8 references to TextRunTypographyProperties
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
187public override TextRunTypographyProperties TypographyProperties
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
661private static DWriteFontFeature[] CreateDWriteFontFeatures(TextRunTypographyProperties textRunTypographyProperties) 968TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties; 980TextRunTypographyProperties textRunTypographyProperties,
Core\CSharp\System\Windows\Media\TextFormatting\TextRunProperties.cs (1)
100public virtual TextRunTypographyProperties TypographyProperties
PresentationFramework (3)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
95public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 374private TextRunTypographyProperties _typographyProperties;
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
240public override TextRunTypographyProperties TypographyProperties