7 writes to LastActionItem
PresentationFramework (7)
System\Windows\Controls\ListBox.cs (7)
607listbox.LastActionItem = newListBoxItem; 786LastActionItem = null; 791LastActionItem = listItem; 906LastActionItem = actionItem; 986LastActionItem = listItem; 1020LastActionItem = listBoxItem; 1025LastActionItem = null;
2 references to LastActionItem
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
752if (parent != null && parent.LastActionItem != null) 754parent.LastActionItem.Focus();