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