3 writes to userSized
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
3088doccomment.userSized = false; 3117hotcommands.userSized = false; 3204targetMove.userSized = true;
4 references to userSized
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
3039if (doccomment.userSized) { 3052if (hotcommands.userSized) { 3090else if (dcSizeRatio != -1 || doccomment.userSized) { 3119else if (hcSizeRatio != -1 || hotcommands.userSized) {