10 references to _imageIndex
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (10)
420
int actualIndex =
_imageIndex
.ActualIndex;
505
get =>
_imageIndex
.Index != ImageList.Indexer.DefaultIndex && _imageList is not null &&
_imageIndex
.Index >= _imageList.Images.Count
507
:
_imageIndex
.Index;
512
if (value ==
_imageIndex
.Index && value != ImageList.Indexer.DefaultIndex)
524
_imageIndex
.Index = value;
552
get =>
_imageIndex
.Key;
555
if (value ==
_imageIndex
.Key && !string.Equals(value, ImageList.Indexer.DefaultKey))
567
_imageIndex
.Key = value;
607
_imageIndex
.ImageList = value;