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