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)
63get => _bounds; 89if (_bounds.Contains(p)) 114_alternativeParent.Invalidate(_bounds); 118_adorner?.Invalidate(_bounds); 210pe.Graphics.DrawImage(image, _bounds.Left, _bounds.Top); 213pe.Graphics.FillRectangle(DesignerUtils.HoverBrush, Rectangle.Inflate(_bounds, -1, -1));