2 writes to ImageIndex
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
514button.ImageIndex = 0;
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
457ImageIndex = ImageList.Indexer.DefaultIndex;
3 references to ImageIndex
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
540/// <see cref="ImageKey"/> and <see cref="ImageIndex"/> are mutually exclusive, meaning if one is set, the other 542/// <see cref="ImageIndex"/> property is automatically set to -1. Alternatively, if you set the 543/// <see cref="ImageIndex"/> property, the <see cref="ImageKey"/> is automatically set to an empty string ("").