1 write to _bounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
161
_bounds
= (new Rectangle(topRight.X, topRight.Y, GlyphImageOpened.Width, GlyphImageOpened.Height));
7 references to _bounds
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (7)
63
get =>
_bounds
;
89
if (
_bounds
.Contains(p))
114
_alternativeParent.Invalidate(
_bounds
);
118
_adorner?.Invalidate(
_bounds
);
210
pe.Graphics.DrawImage(image,
_bounds
.Left,
_bounds
.Top);
213
pe.Graphics.FillRectangle(DesignerUtils.HoverBrush, Rectangle.Inflate(
_bounds
, -1, -1));