Base:
property
Bounds
System.Windows.Forms.Design.Behavior.Glyph.Bounds
5 references to Bounds
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (5)
616if ((new Rectangle(glyphCoord, new Size(currentGlyph.Bounds.Width, currentGlyph.Bounds.Height))).Contains(point)) 649!_behaviorService.AdornerWindowControl.DisplayRectangle.IntersectsWith(glyph.Bounds)) 656Rectangle rectGlyph = new(glyphLocationScreenCoord, glyph.Bounds.Size); 716_behaviorService.AdornerWindowControl.DisplayRectangle.IntersectsWith(glyph.Bounds))