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