15 references to LARGE_BUTTONS
System.Windows.Forms (15)
winforms\Managed\System\WinForms\PropertyGrid.cs (15)
1512return buttonType == LARGE_BUTTONS; 1515if (value == (buttonType == LARGE_BUTTONS)) { 1519this.buttonType = (value ? LARGE_BUTTONS : NORMAL_BUTTONS); 1522if (this.imageList != null && this.imageList[LARGE_BUTTONS] != null) { 1523toolStrip.ImageScalingSize = this.imageList[LARGE_BUTTONS].ImageSize; 2444if (this.imageList[LARGE_BUTTONS] == null) { 2446this.imageList[LARGE_BUTTONS] = new ImageList(); 2447this.imageList[LARGE_BUTTONS].ImageSize = largeButtonSize; 2464this.imageList[LARGE_BUTTONS].Images.Add(new Bitmap((Bitmap)images[i], largeButtonSize.Width, largeButtonSize.Height)); 2484this.imageList[LARGE_BUTTONS].Images.Add(largeBitmap); 4023if (imageList[LARGE_BUTTONS] != null) { 4024imageList[LARGE_BUTTONS].Images.RemoveAt(index); 4501if (imageList[LARGE_BUTTONS] != null) { 4502imageList[LARGE_BUTTONS].Dispose(); 4503imageList[LARGE_BUTTONS] = null;