6 references to _imageListCacheByDPI
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DesignBindingPicker.cs (6)
1972foreach (var imageList in _imageListCacheByDPI.Values) 1977_imageListCacheByDPI.Clear(); 1984_imageListCacheByDPI.Add(ScaleHelper.OneHundredPercentLogicalDpi, ImageList); 2002if (!_imageListCacheByDPI.TryGetValue(dpi, out ImageList? scaledImageList)) 2004ImageList unscaledImageList = _imageListCacheByDPI[ScaleHelper.OneHundredPercentLogicalDpi]; 2006_imageListCacheByDPI.Add(dpi, scaledImageList);