1 write to _listBox
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
683_listBox = (WindowsListBox) parent;
18 references to _listBox
UIAutomationClientsideProviders (18)
MS\Internal\AutomationProxies\WindowsListBox.cs (18)
707else if (_listBox.IsWinFormCheckedListBox() && iid == TogglePattern.Pattern) 789bool multipleSelected = _listBox.IsMultipleSelection (); 791bool parentedByCombo = _listBox.IsParentedByCombo(); 795if (_listBox.HasOtherSelections(_item)) 799_listBox.ClearAll (); 822if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 824((IExpandCollapseProvider)_listBox._parent).Expand(); 846if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 852bool multipleSelection = _listBox.IsMultipleSelection(); 862if (selectionRequired || _listBox.HasSelection()) 868if (_listBox.IsParentedByCombo()) 872if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 874((IExpandCollapseProvider)_listBox._parent).Expand(); 904if (!_listBox.IsMultipleSelection()) 943if (_listBox._parentedByCombo && !SafeNativeMethods.IsWindowVisible(_hwnd)) 1026if (_listBox.IsMultipleSelection ()) 1051if (_listBox.IsMultipleSelection ()) 1200System.Diagnostics.Debug.Assert (_listBox.IsMultipleSelection (), "Calling UnSelect on single-selected listbox");