1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1023_itemsControl = FindItemsControlThroughTemplatedParent(this);
10 references to _itemsControl
PresentationFramework (10)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (10)
744if (_itemsControl != null && !_itemsControl.IsKeyboardFocusWithin) 747ListBox parent = _itemsControl as ListBox; 754_itemsControl.Focus(); 1022ItemsControl oldIC = _itemsControl; // backup the old value 1025if (oldIC != _itemsControl) 1031_itemsControl?.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1035ListView lv = _itemsControl as ListView; 1045_itemsControl?.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1051_itemsControl?.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);