1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3954
_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;
2865
if (sender !=
_viewPropertyPagesButton
)
3110
if (
_viewPropertyPagesButton
!.Enabled &&
3960
_viewPropertyPagesButton
.Enabled = false;
3961
buttonList.Add(
_viewPropertyPagesButton
);