1 write to _viewPropertyPagesButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3996
_viewPropertyPagesButton
= CreatePushButton(
7 references to _viewPropertyPagesButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
2025
if (
_viewPropertyPagesButton
is null)
2032
_viewPropertyPagesButton
.Enabled = false;
2047
_viewPropertyPagesButton
.Enabled = enable;
2913
if (sender !=
_viewPropertyPagesButton
)
3158
if (
_viewPropertyPagesButton
!.Enabled &&
4002
_viewPropertyPagesButton
.Enabled = false;
4003
buttonList.Add(
_viewPropertyPagesButton
);