7 writes to IsExpanded
System.Windows.Forms.Design (7)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
68
panelDesigner.ToolStripPanelSelectorGlyph.
IsExpanded
= false;
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (3)
86
selectionGlyph.
IsExpanded
= true;
96
selectionGlyph.
IsExpanded
= false;
247
selectionGlyph.
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)
81
if (!selectionGlyph.
IsExpanded
)