6 references to _imageListCacheByDPI
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DesignBindingPicker.cs (6)
1976foreach (var imageList in _imageListCacheByDPI.Values) 1981_imageListCacheByDPI.Clear(); 1988_imageListCacheByDPI.Add(ScaleHelper.OneHundredPercentLogicalDpi, ImageList); 2006if (!_imageListCacheByDPI.TryGetValue(dpi, out ImageList? scaledImageList)) 2008ImageList unscaledImageList = _imageListCacheByDPI[ScaleHelper.OneHundredPercentLogicalDpi]; 2010_imageListCacheByDPI.Add(dpi, scaledImageList);