2 references to MaxCacheSize
System.Windows.Forms (2)
System\Windows\Forms\Layout\LayoutUtils.MeasureTextCache.cs (2)
53
_sizeCacheList ??= new PreferredSizeCache[
MaxCacheSize
];
79
_nextCacheEntry = (_nextCacheEntry + 1) %
MaxCacheSize
;