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);