13 references to NORMAL_BUTTONS
System.Windows.Forms (13)
winforms\Managed\System\WinForms\PropertyGrid.cs (13)
75
private int buttonType =
NORMAL_BUTTONS
;
1519
this.buttonType = (value ? LARGE_BUTTONS :
NORMAL_BUTTONS
);
1527
if (this.imageList != null && this.imageList[
NORMAL_BUTTONS
] != null) {
1528
toolStrip.ImageScalingSize = this.imageList[
NORMAL_BUTTONS
].ImageSize;
1657
int result = imageList[
NORMAL_BUTTONS
].Images.Count;
1658
imageList[
NORMAL_BUTTONS
].Images.Add(image);
2460
ImageList.ImageCollection images = imageList[
NORMAL_BUTTONS
].Images;
4022
imageList[
NORMAL_BUTTONS
].Images.RemoveAt(index);
4374
if (imageList[
NORMAL_BUTTONS
] == null || fullRebuild) {
4375
imageList[
NORMAL_BUTTONS
] = new ImageList();
4377
imageList[
NORMAL_BUTTONS
].ImageSize = normalButtonSize;
4447
items = imageList[
NORMAL_BUTTONS
].Images.Count;
4506
if (buttonType !=
NORMAL_BUTTONS
) {