1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4003
_viewPropertyPagesButton
= CreatePushButton(
7 references to _viewPropertyPagesButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
2032
if (
_viewPropertyPagesButton
is null)
2039
_viewPropertyPagesButton
.Enabled = false;
2054
_viewPropertyPagesButton
.Enabled = enable;
2920
if (sender !=
_viewPropertyPagesButton
)
3165
if (
_viewPropertyPagesButton
!.Enabled &&
4009
_viewPropertyPagesButton
.Enabled = false;
4010
buttonList.Add(
_viewPropertyPagesButton
);