1 write to _itemsControl
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1046_itemsControl = FindItemsControlThroughTemplatedParent(this);
13 references to _itemsControl
PresentationFramework (13)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (13)
750if (_itemsControl != null && !_itemsControl.IsKeyboardFocusWithin) 753ListBox parent = _itemsControl as ListBox; 760_itemsControl.Focus(); 1045ItemsControl oldIC = _itemsControl; // backup the old value 1048if (oldIC != _itemsControl) 1057if (_itemsControl != null) 1060_itemsControl.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown); 1068ListView lv = _itemsControl as ListView; 1078if (_itemsControl != null) 1080_itemsControl.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown); 1087if (_itemsControl != null) 1089_itemsControl.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);