1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3951
_viewPropertyPagesButton
= CreatePushButton(
7 references to _viewPropertyPagesButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1980
if (
_viewPropertyPagesButton
is null)
1987
_viewPropertyPagesButton
.Enabled = false;
2002
_viewPropertyPagesButton
.Enabled = enable;
2868
if (sender !=
_viewPropertyPagesButton
)
3113
if (
_viewPropertyPagesButton
!.Enabled &&
3957
_viewPropertyPagesButton
.Enabled = false;
3958
buttonList.Add(
_viewPropertyPagesButton
);