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