1 write to _deviceFont
PresentationCore (1)
MS\Internal\Shaping\ShapeTypeface.cs (1)
35_deviceFont = deviceFont;
8 references to _deviceFont
PresentationCore (8)
MS\Internal\Shaping\ShapeTypeface.cs (8)
41+ (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode()); 50if (_deviceFont == null) 52if (t._deviceFont != null) 57if (t._deviceFont == null || t._deviceFont.Name != _deviceFont.Name) 66get { return _deviceFont; }