3 writes to UserSized
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2710
_helpPane.
UserSized
= false;
2743
_commandsPane.
UserSized
= false;
2824
_targetMove.
UserSized
= true;
4 references to UserSized
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2650
if (_helpPane.
UserSized
)
2667
if (_commandsPane.
UserSized
)
2712
else if (_helpPaneSizeRatio != -1 || _helpPane.
UserSized
)
2745
else if (_commandsPaneSizeRatio != -1 || _commandsPane.
UserSized
)