7 writes to LastActionItem
PresentationFramework (7)
System\Windows\Controls\ListBox.cs (7)
600listbox.LastActionItem = newListBoxItem; 781LastActionItem = null; 786LastActionItem = listItem; 898LastActionItem = actionItem; 978LastActionItem = listItem; 1012LastActionItem = listBoxItem; 1017LastActionItem = null;
2 references to LastActionItem
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
749if (parent != null && parent.LastActionItem != null) 751parent.LastActionItem.Focus();