1 write to _listBox
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
675_listBox = (WindowsListBox) parent;
18 references to _listBox
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsListBox.cs (18)
699else if (_listBox.IsWinFormCheckedListBox() && iid == TogglePattern.Pattern) 781bool multipleSelected = _listBox.IsMultipleSelection (); 783bool parentedByCombo = _listBox.IsParentedByCombo(); 787if (_listBox.HasOtherSelections(_item)) 791_listBox.ClearAll (); 814if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 816((IExpandCollapseProvider)_listBox._parent).Expand(); 838if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 844bool multipleSelection = _listBox.IsMultipleSelection(); 854if (selectionRequired || _listBox.HasSelection()) 860if (_listBox.IsParentedByCombo()) 864if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 866((IExpandCollapseProvider)_listBox._parent).Expand(); 896if (!_listBox.IsMultipleSelection()) 935if (_listBox._parentedByCombo && !SafeNativeMethods.IsWindowVisible(_hwnd)) 1018if (_listBox.IsMultipleSelection ()) 1043if (_listBox.IsMultipleSelection ()) 1192System.Diagnostics.Debug.Assert (_listBox.IsMultipleSelection (), "Calling UnSelect on single-selected listbox");