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)
616
if ((new Rectangle(glyphCoord, new Size(currentGlyph.
Bounds
.Width, currentGlyph.
Bounds
.Height))).Contains(point))
649
!_behaviorService.AdornerWindowControl.DisplayRectangle.IntersectsWith(glyph.
Bounds
))
656
Rectangle rectGlyph = new(glyphLocationScreenCoord, glyph.
Bounds
.Size);
716
_behaviorService.AdornerWindowControl.DisplayRectangle.IntersectsWith(glyph.
Bounds
))