2 instantiations of TypographyProperties
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1088TypographyProperties group = new TypographyProperties();
src\Framework\System\Windows\Documents\Typography.cs (1)
2244internal static readonly TypographyProperties Default = new TypographyProperties();
14 references to TypographyProperties
PresentationFramework (14)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
262private static TypographyProperties GetTypographyProperties(DependencyObject element)
src\Framework\MS\Internal\Text\TypographyProperties.cs (6)
704TypographyProperties genericOther = (TypographyProperties)other; 739public static bool operator ==(TypographyProperties first, TypographyProperties second) 747public static bool operator !=(TypographyProperties first, TypographyProperties second)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
1102internal TypographyProperties TypographyPropertiesGroup 1624private TypographyProperties _typographyPropertiesGroup; // Cache for typography properties.
src\Framework\System\Windows\Documents\TextElement.cs (4)
1086internal static TypographyProperties GetTypographyProperties(DependencyObject element) 1088TypographyProperties group = new TypographyProperties(); 1370internal TypographyProperties TypographyPropertiesGroup 1690private TypographyProperties _typographyPropertiesGroup = Typography.Default;
src\Framework\System\Windows\Documents\Typography.cs (1)
2244internal static readonly TypographyProperties Default = new TypographyProperties();