1 write to rect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
132rect = newRect;
7 references to rect
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (7)
118if (!rect.IsEmpty && newRect.Width > rect.Width) { 119Rectangle rectInvalidate = new Rectangle(rect.Width-1,0,newRect.Width-rect.Width+1,rect.Height); 124if (ClientRectangle.Width != rect.Width || ClientRectangle.Height != rect.Height) {