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