1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1041_itemsControl = FindItemsControlThroughTemplatedParent(this);
13 references to _itemsControl
PresentationFramework (13)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (13)
745if (_itemsControl != null && !_itemsControl.IsKeyboardFocusWithin) 748ListBox parent = _itemsControl as ListBox; 755_itemsControl.Focus(); 1040ItemsControl oldIC = _itemsControl; // backup the old value 1043if (oldIC != _itemsControl) 1052if (_itemsControl != null) 1055_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1062ListView lv = _itemsControl as ListView; 1072if (_itemsControl != null) 1074_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1081if (_itemsControl != null) 1083_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);