1 write to _deviceFont
PresentationCore (1)
MS\Internal\Shaping\ShapeTypeface.cs (1)
36_deviceFont = deviceFont;
8 references to _deviceFont
PresentationCore (8)
MS\Internal\Shaping\ShapeTypeface.cs (8)
42+ (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode()); 51if (_deviceFont == null) 53if (t._deviceFont != null) 58if (t._deviceFont == null || t._deviceFont.Name != _deviceFont.Name) 67get { return _deviceFont; }