2 writes to maxSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Splitter.cs (2)
749maxSize = clientSize.Width - dockWidth - minExtra; 752maxSize = clientSize.Height - dockHeight - minExtra;
4 references to maxSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Splitter.cs (4)
437if (value > maxSize) value = maxSize; 859return Math.Max(Math.Min(size, maxSize), minSize); 973if (spd.target != null && (minSize < maxSize)) {