2 instantiations of TypographyProperties
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (1)
1043TypographyProperties group = new TypographyProperties();
System\Windows\Documents\Typography.cs (1)
1978internal static readonly TypographyProperties Default = new TypographyProperties();
14 references to TypographyProperties
PresentationFramework (14)
MS\Internal\Text\TextProperties.cs (1)
255private static TypographyProperties GetTypographyProperties(DependencyObject element)
MS\Internal\Text\TypographyProperties.cs (6)
700TypographyProperties genericOther = (TypographyProperties)other; 735public static bool operator ==(TypographyProperties first, TypographyProperties second) 743public static bool operator !=(TypographyProperties first, TypographyProperties second)
System\Windows\Documents\FlowDocument.cs (2)
1094internal TypographyProperties TypographyPropertiesGroup 1615private TypographyProperties _typographyPropertiesGroup; // Cache for typography properties.
System\Windows\Documents\TextElement.cs (4)
1041internal static TypographyProperties GetTypographyProperties(DependencyObject element) 1043TypographyProperties group = new TypographyProperties(); 1325internal TypographyProperties TypographyPropertiesGroup 1639private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\Typography.cs (1)
1978internal static readonly TypographyProperties Default = new TypographyProperties();