1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1044_itemsControl = FindItemsControlThroughTemplatedParent(this);
13 references to _itemsControl
PresentationFramework (13)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (13)
748if (_itemsControl != null && !_itemsControl.IsKeyboardFocusWithin) 751ListBox parent = _itemsControl as ListBox; 758_itemsControl.Focus(); 1043ItemsControl oldIC = _itemsControl; // backup the old value 1046if (oldIC != _itemsControl) 1055if (_itemsControl != null) 1058_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1065ListView lv = _itemsControl as ListView; 1075if (_itemsControl != null) 1077_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1084if (_itemsControl != null) 1086_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);