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