4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
118
_typographyProperties
= TextElement.GetTypographyProperties(target);
122
_typographyProperties
= Typography.Default;
152
_typographyProperties
= GetTypographyProperties(target);
194
_typographyProperties
= source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
92
public override TextRunTypographyProperties TypographyProperties{ get { return
_typographyProperties
; } }
194
_typographyProperties = source.
_typographyProperties
;