1 implementation of Name
PresentationCore (1)
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
293string IDeviceFont.Name
4 references to Name
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (3)
59+ (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode()); 75if (t._deviceFont == null || t._deviceFont.Name != _deviceFont.Name)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
247(_shapeTypeface == null || _shapeTypeface.DeviceFont == null) ? null : _shapeTypeface.DeviceFont.Name,