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