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