2 writes to _behavior
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
255
_behavior
= new ToolStripPanelSelectionBehavior(Control, Component.Site);
286
_behavior
= new ToolStripPanelSelectionBehavior(Control, Component.Site);
3 references to _behavior
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
256
_containerSelectorGlyph = new ToolStripPanelSelectionGlyph(Rectangle.Empty, Cursors.Default, Control, Component.Site,
_behavior
);
273
_behavior
?.OnMouseDown(_containerSelectorGlyph, MouseButtons.Left, Point.Empty);
287
_containerSelectorGlyph = new ToolStripPanelSelectionGlyph(Rectangle.Empty, Cursors.Default, Control, Component.Site,
_behavior
);