4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
116
_typographyProperties
= TextElement.GetTypographyProperties(target);
120
_typographyProperties
= Typography.Default;
150
_typographyProperties
= GetTypographyProperties(target);
192
_typographyProperties
= source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
90
public override TextRunTypographyProperties TypographyProperties{ get { return
_typographyProperties
; } }
192
_typographyProperties = source.
_typographyProperties
;