1 write to _typeface
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
55
_typeface
= typeface;
3 references to _typeface
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (3)
74
_typeface
.GetHashCode()
104
&&
_typeface
.Equals(textRunProperties.Typeface)
119
get { return
_typeface
; }