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