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)
744
if (
_itemsControl
!= null && !
_itemsControl
.IsKeyboardFocusWithin)
747
ListBox parent =
_itemsControl
as ListBox;
754
_itemsControl
.Focus();
1022
ItemsControl oldIC =
_itemsControl
; // backup the old value
1025
if (oldIC !=
_itemsControl
)
1031
_itemsControl
?.KeyDown += new KeyEventHandler(OnColumnHeadersPresenterKeyDown);
1035
ListView lv =
_itemsControl
as ListView;
1045
_itemsControl
?.KeyDown -= new KeyEventHandler(header.OnColumnHeaderKeyDown);
1051
_itemsControl
?.KeyDown += new KeyEventHandler(header.OnColumnHeaderKeyDown);