2 instantiations of TypographyProperties
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (1)
1027
TypographyProperties group = new
TypographyProperties
();
System\Windows\Documents\Typography.cs (1)
1964
internal static readonly TypographyProperties Default = new
TypographyProperties
();
14 references to TypographyProperties
PresentationFramework (14)
MS\Internal\Text\TextProperties.cs (1)
252
private static
TypographyProperties
GetTypographyProperties(DependencyObject element)
MS\Internal\Text\TypographyProperties.cs (6)
696
TypographyProperties
genericOther = (
TypographyProperties
)other;
731
public static bool operator ==(
TypographyProperties
first,
TypographyProperties
second)
739
public static bool operator !=(
TypographyProperties
first,
TypographyProperties
second)
System\Windows\Documents\FlowDocument.cs (2)
1087
internal
TypographyProperties
TypographyPropertiesGroup
1602
private
TypographyProperties
_typographyPropertiesGroup; // Cache for typography properties.
System\Windows\Documents\TextElement.cs (4)
1025
internal static
TypographyProperties
GetTypographyProperties(DependencyObject element)
1027
TypographyProperties
group = new TypographyProperties();
1306
internal
TypographyProperties
TypographyPropertiesGroup
1620
private
TypographyProperties
_typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\Typography.cs (1)
1964
internal static readonly
TypographyProperties
Default = new TypographyProperties();