10 references to _imageIndex
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (10)
423
int actualIndex =
_imageIndex
.ActualIndex;
508
get =>
_imageIndex
.Index != ImageList.Indexer.DefaultIndex && _imageList is not null &&
_imageIndex
.Index >= _imageList.Images.Count
510
:
_imageIndex
.Index;
515
if (value ==
_imageIndex
.Index && value != ImageList.Indexer.DefaultIndex)
527
_imageIndex
.Index = value;
555
get =>
_imageIndex
.Key;
558
if (value ==
_imageIndex
.Key && !string.Equals(value, ImageList.Indexer.DefaultKey))
570
_imageIndex
.Key = value;
610
_imageIndex
.ImageList = value;