1 write to _name
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
879
_name
= name;
3 references to _name
PresentationCore (3)
MS\Internal\FontCache\FontCacheUtil.cs (3)
895
return
_name
;
929
return Util.CompareOrdinalIgnoreCase(x.
_name
, y.
_name
);