4 references to AccessibleActionCollapse
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
106return owner.DroppedDown ? SR.AccessibleActionCollapse : SR.AccessibleActionExpand;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
101ExpandCollapseState.ExpandCollapseState_Expanded => SR.AccessibleActionCollapse,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
43return SR.AccessibleActionCollapse;
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
54? SR.AccessibleActionCollapse