2 writes to ResizeBorderSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5479ResizeBorderSize = ResizeBarSize / 2; 6129ResizeBorderSize = ResizeBarSize / 2;
2 references to ResizeBorderSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5772else if (!resizeUp && Math.Abs(Height - y) < ResizeBorderSize) 5776else if (resizeUp && Math.Abs(y) < ResizeBorderSize)