1 write to _currentImageList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
84
_currentImageList
= (ImageList?)imageListProperty.GetValue(instance);
6 references to _currentImageList
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ImageIndexEditor.cs (6)
49
if (
_currentImageList
is null
53
(ImageList?)currentProperty.GetValue(_currentInstance) !=
_currentImageList
))
90
if (
_currentImageList
is not null)
94
if (index <
_currentImageList
.Images.Count)
96
return
_currentImageList
.Images[index];
101
return
_currentImageList
.Images[key!];