6 references to _imageListCacheByDPI
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DesignBindingPicker.cs (6)
1973foreach (var imageList in _imageListCacheByDPI.Values) 1978_imageListCacheByDPI.Clear(); 1985_imageListCacheByDPI.Add(ScaleHelper.OneHundredPercentLogicalDpi, ImageList); 2003if (!_imageListCacheByDPI.TryGetValue(dpi, out ImageList? scaledImageList)) 2005ImageList unscaledImageList = _imageListCacheByDPI[ScaleHelper.OneHundredPercentLogicalDpi]; 2007_imageListCacheByDPI.Add(dpi, scaledImageList);