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