4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
115
_typographyProperties
= TextElement.GetTypographyProperties(target);
119
_typographyProperties
= Typography.Default;
149
_typographyProperties
= GetTypographyProperties(target);
191
_typographyProperties
= source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
89
public override TextRunTypographyProperties TypographyProperties{ get { return
_typographyProperties
; } }
191
_typographyProperties = source.
_typographyProperties
;