2 writes to _bounds
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ControlBodyGlyph.cs (2)
30_bounds = bounds; 38_bounds = bounds;
2 references to _bounds
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ControlBodyGlyph.cs (2)
46public override Rectangle Bounds => _bounds; 58if (isVisible && _bounds.Contains(p))