Base:
property
Bounds
System.Windows.Forms.Design.Behavior.ControlBodyGlyph.Bounds
7 references to Bounds
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (6)
85
Rectangle oldBounds = selectionGlyph.
Bounds
;
88
_behaviorService.Invalidate(selectionGlyph.
Bounds
);
95
Rectangle oldBounds = selectionGlyph.
Bounds
;
98
_behaviorService.Invalidate(selectionGlyph.
Bounds
);
246
Rectangle oldBounds = selectionGlyph.
Bounds
;
249
_behaviorService.Invalidate(selectionGlyph.
Bounds
);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
358
BehaviorService?.Invalidate(_containerSelectorGlyph.
Bounds
);