1 write to _deviceFont
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (1)
53_deviceFont = deviceFont;
8 references to _deviceFont
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (8)
59+ (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode()); 68if (_deviceFont == null) 70if (t._deviceFont != null) 75if (t._deviceFont == null || t._deviceFont.Name != _deviceFont.Name) 84get { return _deviceFont; }