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