3 writes to UserSized
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2712_helpPane.UserSized = false; 2745_commandsPane.UserSized = false; 2826_targetMove.UserSized = true;
4 references to UserSized
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2652if (_helpPane.UserSized) 2669if (_commandsPane.UserSized) 2714else if (_helpPaneSizeRatio != -1 || _helpPane.UserSized) 2747else if (_commandsPaneSizeRatio != -1 || _commandsPane.UserSized)