3 writes to _alternativeBounds
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (3)
52
_alternativeBounds
= alternativeBounds;
150
_alternativeBounds
= trayControl.Bounds;
228
_alternativeBounds
= newBounds;
1 reference to _alternativeBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
154
Rectangle newRect = DesignerUtils.GetBoundsForNoResizeSelectionType(
_alternativeBounds
, SelectionBorderGlyphType.Top);