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