1 type derived from TextRunTypographyProperties
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
18internal sealed class TypographyProperties : TextRunTypographyProperties
8 references to TextRunTypographyProperties
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
184public override TextRunTypographyProperties TypographyProperties
MS\Internal\TextFormatting\LineServicesRun.cs (3)
632private static DWriteFontFeature[] CreateDWriteFontFeatures(TextRunTypographyProperties textRunTypographyProperties) 935TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties; 947TextRunTypographyProperties textRunTypographyProperties,
System\Windows\Media\textformatting\TextRunProperties.cs (1)
95public virtual TextRunTypographyProperties TypographyProperties
PresentationFramework (3)
MS\Internal\Text\TextProperties.cs (2)
90public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 365private TextRunTypographyProperties _typographyProperties;
MS\Internal\Text\TextSpanModifier.cs (1)
230public override TextRunTypographyProperties TypographyProperties