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)
41public override Typeface Typeface { get { return _typeface; } } 191_typeface = source._typeface;