1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1036_itemsControl = FindItemsControlThroughTemplatedParent(this);
13 references to _itemsControl
PresentationFramework (13)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (13)
744if (_itemsControl != null && !_itemsControl.IsKeyboardFocusWithin) 747ListBox parent = _itemsControl as ListBox; 754_itemsControl.Focus(); 1035ItemsControl oldIC = _itemsControl; // backup the old value 1038if (oldIC != _itemsControl) 1047if (_itemsControl != null) 1050_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1057ListView lv = _itemsControl as ListView; 1067if (_itemsControl != null) 1069_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1076if (_itemsControl != null) 1078_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);