1 write to OutlineRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5431
entry.
OutlineRect
= Rectangle.Empty;
5 references to OutlineRect
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
2004
Rectangle outline = this.
OutlineRect
;
2035
Rectangle outline = this.
OutlineRect
;
2321
Rectangle outlineRect =
OutlineRect
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4083
if (gridentry.
OutlineRect
.Height != outlineRectIconSize || gridentry.
OutlineRect
.Width != outlineRectIconSize) {