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