1 write to _style
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
112_style = style;
5 references to _style
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
143get { return _style; } 680hash = HashFn.HashMultiply(hash) + _style.GetHashCode(); 697return _style == t._style 741FontStyle canonicalStyle = _style;