10 references to _imageIndex
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (10)
378
int actualIndex =
_imageIndex
.ActualIndex;
457
get =>
_imageIndex
.Index != ImageList.Indexer.DefaultIndex && _imageList is not null &&
_imageIndex
.Index >= _imageList.Images.Count
459
:
_imageIndex
.Index;
464
if (value ==
_imageIndex
.Index && value != ImageList.Indexer.DefaultIndex)
476
_imageIndex
.Index = value;
504
get =>
_imageIndex
.Key;
507
if (value ==
_imageIndex
.Key && !string.Equals(value, ImageList.Indexer.DefaultKey))
519
_imageIndex
.Key = value;
559
_imageIndex
.ImageList = value;