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