1 write to _typeface
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
52
_typeface
= typeface;
3 references to _typeface
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
71
_typeface
.GetHashCode()
101
&&
_typeface
.Equals(textRunProperties.Typeface)
116
get { return
_typeface
; }