2 writes to ResizeGripSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5477ResizeGripSize = SystemInformation.HorizontalScrollBarHeight; 6126ResizeGripSize = scrollbarHeight;
16 references to ResizeGripSize
System.Windows.Forms (16)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (16)
5478ResizeBarSize = ResizeGripSize + 1; 5636sizeGripGlyph = new Bitmap(ResizeGripSize, ResizeGripSize, g); 5651m.Translate(ResizeGripSize + 1, (resizeUp ? ResizeGripSize + 1: 0)); 5654ControlPaint.DrawSizeGrip(glyphGraphics, BackColor, 0, 0, ResizeGripSize, ResizeGripSize); 5762Rectangle bGripRect = new Rectangle(0, Height - ResizeGripSize, ResizeGripSize, ResizeGripSize); 5763Rectangle tGripRect = new Rectangle(0, 0, ResizeGripSize, ResizeGripSize); 5915Rectangle lRect = new Rectangle(0, resizeUp ? 0 : Height - ResizeGripSize, ResizeGripSize, ResizeGripSize); 6128ResizeBarSize = ResizeGripSize + 1;