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