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