7 writes to IsExpanded
System.Windows.Forms.Design (7)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
68panelDesigner.ToolStripPanelSelectorGlyph.IsExpanded = false;
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (3)
86selectionGlyph.IsExpanded = true; 96selectionGlyph.IsExpanded = false; 247selectionGlyph.IsExpanded = true;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
265_containerSelectorGlyph.IsExpanded = true; 376_containerSelectorGlyph.IsExpanded = false; 395_containerSelectorGlyph.IsExpanded = false;
1 reference to IsExpanded
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
81if (!selectionGlyph.IsExpanded)