4 references to Expanded
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
6434targetGroup.CollapsedState = targetGroup.CollapsedState == ListViewGroupCollapsedState.Expanded 6436: ListViewGroupCollapsedState.Expanded;
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
432return state.HasFlag(LIST_VIEW_GROUP_STATE_FLAGS.LVGS_COLLAPSED) ? ListViewGroupCollapsedState.Collapsed : ListViewGroupCollapsedState.Expanded;
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
147=> _owningGroup.CollapsedState = ListViewGroupCollapsedState.Expanded;