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)
46
public override Rectangle Bounds =>
_bounds
;
58
if (isVisible &&
_bounds
.Contains(p))