1 write to _itemsControl
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1039_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(); 1038ItemsControl oldIC = _itemsControl; // backup the old value 1041if (oldIC != _itemsControl) 1050if (_itemsControl != null) 1053_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1060ListView lv = _itemsControl as ListView; 1070if (_itemsControl != null) 1072_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1079if (_itemsControl != null) 1081_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);