1 write to btnViewPropertyPages
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4496
btnViewPropertyPages
= CreatePushButton(SR.GetString(SR.PBRSToolTipPropertyPages), designpg, ehPP, false);
7 references to btnViewPropertyPages
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGrid.cs (7)
2369
btnViewPropertyPages
.Enabled = false;
2383
btnViewPropertyPages
.Enabled = enable;
3249
if (sender !=
btnViewPropertyPages
) {
3538
if (
btnViewPropertyPages
.Enabled &&
4497
btnViewPropertyPages
.Enabled = false;
4498
buttonList.Add(
btnViewPropertyPages
);
4944
if (button ==
btnViewPropertyPages
) {