1 write to _listBox
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
671_listBox = (WindowsListBox) parent;
18 references to _listBox
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsListBox.cs (18)
695else if (_listBox.IsWinFormCheckedListBox() && iid == TogglePattern.Pattern) 777bool multipleSelected = _listBox.IsMultipleSelection (); 779bool parentedByCombo = _listBox.IsParentedByCombo(); 783if (_listBox.HasOtherSelections(_item)) 787_listBox.ClearAll (); 810if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 812((IExpandCollapseProvider)_listBox._parent).Expand(); 834if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 840bool multipleSelection = _listBox.IsMultipleSelection(); 850if (selectionRequired || _listBox.HasSelection()) 856if (_listBox.IsParentedByCombo()) 860if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 862((IExpandCollapseProvider)_listBox._parent).Expand(); 892if (!_listBox.IsMultipleSelection()) 931if (_listBox._parentedByCombo && !SafeNativeMethods.IsWindowVisible(_hwnd)) 1014if (_listBox.IsMultipleSelection ()) 1039if (_listBox.IsMultipleSelection ()) 1188System.Diagnostics.Debug.Assert (_listBox.IsMultipleSelection (), "Calling UnSelect on single-selected listbox");