5 writes to IsExpanded
System.Windows.Forms.Design (5)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
65
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 (1)
265
_containerSelectorGlyph.
IsExpanded
= true;
3 references to IsExpanded
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
81
if (!selectionGlyph.
IsExpanded
)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
374
_containerSelectorGlyph?.
IsExpanded
= false;
390
_containerSelectorGlyph?.
IsExpanded
= false;