2 writes to _typeface
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
188
_typeface
= source._typeface;
204
_typeface
= DynamicPropertyReader.GetTypeface(target);
2 references to _typeface
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
38
public override Typeface Typeface { get { return
_typeface
; } }
188
_typeface = source.
_typeface
;