1 type derived from TextRunTypographyProperties
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
21internal sealed class TypographyProperties : TextRunTypographyProperties
8 references to TextRunTypographyProperties
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
186public override TextRunTypographyProperties TypographyProperties
MS\Internal\TextFormatting\LineServicesRun.cs (3)
646private static DWriteFontFeature[] CreateDWriteFontFeatures(TextRunTypographyProperties textRunTypographyProperties) 949TextRunTypographyProperties properties = lsruns[i].RunProp.TypographyProperties; 961TextRunTypographyProperties textRunTypographyProperties,
System\Windows\Media\textformatting\TextRunProperties.cs (1)
98public virtual TextRunTypographyProperties TypographyProperties
PresentationFramework (3)
MS\Internal\Text\TextProperties.cs (2)
92public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 367private TextRunTypographyProperties _typographyProperties;
MS\Internal\Text\TextSpanModifier.cs (1)
232public override TextRunTypographyProperties TypographyProperties