4 writes to _typographyProperties
PresentationFramework (4)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
121
_typographyProperties
= TextElement.GetTypographyProperties(target);
125
_typographyProperties
= Typography.Default;
155
_typographyProperties
= GetTypographyProperties(target);
197
_typographyProperties
= source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
95
public override TextRunTypographyProperties TypographyProperties{ get { return
_typographyProperties
; } }
197
_typographyProperties = source.
_typographyProperties
;