2 writes to _behavior
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
258
_behavior
= new ToolStripPanelSelectionBehavior(Control, Component.Site);
289
_behavior
= new ToolStripPanelSelectionBehavior(Control, Component.Site);
3 references to _behavior
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
259
_containerSelectorGlyph = new ToolStripPanelSelectionGlyph(Rectangle.Empty, Cursors.Default, Control, Component.Site,
_behavior
);
276
_behavior
?.OnMouseDown(_containerSelectorGlyph, MouseButtons.Left, Point.Empty);
290
_containerSelectorGlyph = new ToolStripPanelSelectionGlyph(Rectangle.Empty, Cursors.Default, Control, Component.Site,
_behavior
);