1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3958
_viewPropertyPagesButton
= CreatePushButton(
7 references to _viewPropertyPagesButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1984
if (
_viewPropertyPagesButton
is null)
1991
_viewPropertyPagesButton
.Enabled = false;
2006
_viewPropertyPagesButton
.Enabled = enable;
2869
if (sender !=
_viewPropertyPagesButton
)
3114
if (
_viewPropertyPagesButton
!.Enabled &&
3964
_viewPropertyPagesButton
.Enabled = false;
3965
buttonList.Add(
_viewPropertyPagesButton
);