1 write to _style
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
102_style = style;
5 references to _style
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
133get { return _style; } 670hash = HashFn.HashMultiply(hash) + _style.GetHashCode(); 687return _style == t._style 731FontStyle canonicalStyle = _style;