1 write to _name
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
1125
_name
= name;
3 references to _name
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (3)
1141
return
_name
;
1175
return Util.CompareOrdinalIgnoreCase(x.
_name
, y.
_name
);