1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3956
_viewPropertyPagesButton
= CreatePushButton(
7 references to _viewPropertyPagesButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1982
if (
_viewPropertyPagesButton
is null)
1989
_viewPropertyPagesButton
.Enabled = false;
2004
_viewPropertyPagesButton
.Enabled = enable;
2867
if (sender !=
_viewPropertyPagesButton
)
3112
if (
_viewPropertyPagesButton
!.Enabled &&
3962
_viewPropertyPagesButton
.Enabled = false;
3963
buttonList.Add(
_viewPropertyPagesButton
);