1 write to _style
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
103_style = style;
5 references to _style
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
134get { return _style; } 671hash = HashFn.HashMultiply(hash) + _style.GetHashCode(); 688return _style == t._style 732FontStyle canonicalStyle = _style;