1 write to _typeface
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
51
_typeface
= typeface;
3 references to _typeface
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
70
_typeface
.GetHashCode()
100
&&
_typeface
.Equals(textRunProperties.Typeface)
115
get { return
_typeface
; }