2 instantiations of ToolStripPanelSelectionBehavior
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);
2 references to ToolStripPanelSelectionBehavior
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
25internal ToolStripPanelSelectionGlyph(Rectangle bounds, Cursor cursor, IComponent relatedComponent, IServiceProvider? _provider, ToolStripPanelSelectionBehavior behavior) : base(bounds, cursor, relatedComponent, behavior)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
26private ToolStripPanelSelectionBehavior? _behavior;