1 write to _listBox
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
661_listBox = (WindowsListBox) parent;
18 references to _listBox
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsListBox.cs (18)
685else if (_listBox.IsWinFormCheckedListBox() && iid == TogglePattern.Pattern) 767bool multipleSelected = _listBox.IsMultipleSelection (); 769bool parentedByCombo = _listBox.IsParentedByCombo(); 773if (_listBox.HasOtherSelections(_item)) 777_listBox.ClearAll (); 800if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 802((IExpandCollapseProvider)_listBox._parent).Expand(); 824if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 830bool multipleSelection = _listBox.IsMultipleSelection(); 840if (selectionRequired || _listBox.HasSelection()) 846if (_listBox.IsParentedByCombo()) 850if (((IExpandCollapseProvider)_listBox._parent).ExpandCollapseState == ExpandCollapseState.Collapsed) 852((IExpandCollapseProvider)_listBox._parent).Expand(); 882if (!_listBox.IsMultipleSelection()) 921if (_listBox._parentedByCombo && !SafeNativeMethods.IsWindowVisible(_hwnd)) 1004if (_listBox.IsMultipleSelection ()) 1029if (_listBox.IsMultipleSelection ()) 1178System.Diagnostics.Debug.Assert (_listBox.IsMultipleSelection (), "Calling UnSelect on single-selected listbox");