1 write to buttonType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1519this.buttonType = (value ? LARGE_BUTTONS : NORMAL_BUTTONS);
5 references to buttonType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
1512return buttonType == LARGE_BUTTONS; 1515if (value == (buttonType == LARGE_BUTTONS)) { 1532toolStrip.ImageList = imageList[this.buttonType]; 4506if (buttonType != NORMAL_BUTTONS) { 4510toolStrip.ImageList = imageList[this.buttonType];