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