2 writes to _typeface
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
191
_typeface
= source._typeface;
207
_typeface
= DynamicPropertyReader.GetTypeface(target);
2 references to _typeface
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
41
public override Typeface Typeface { get { return
_typeface
; } }
191
_typeface = source.
_typeface
;