1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1040_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(); 1039ItemsControl oldIC = _itemsControl; // backup the old value 1042if (oldIC != _itemsControl) 1051if (_itemsControl != null) 1054_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1061ListView lv = _itemsControl as ListView; 1071if (_itemsControl != null) 1073_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1080if (_itemsControl != null) 1082_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);