1 write to _initialSize
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
241
_initialSize
= _treeViewCtrl.Size;
3 references to _initialSize
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (3)
343
Size =
_initialSize
;
456
ScaleHelper.ScaleToPercent(
_initialSize
.Width, scalePercent),
457
ScaleHelper.ScaleToPercent(
_initialSize
.Height, scalePercent));