1 write to _style
PresentationCore (1)
Core\CSharp\System\Windows\Media\Typeface.cs (1)
118_style = style;
5 references to _style
PresentationCore (5)
Core\CSharp\System\Windows\Media\Typeface.cs (5)
149get { return _style; } 686hash = HashFn.HashMultiply(hash) + _style.GetHashCode(); 703return _style == t._style 747FontStyle canonicalStyle = _style;