7 writes to LastActionItem
PresentationFramework (7)
System\Windows\Controls\ListBox.cs (7)
601listbox.LastActionItem = newListBoxItem; 782LastActionItem = null; 787LastActionItem = listItem; 902LastActionItem = actionItem; 982LastActionItem = listItem; 1016LastActionItem = listBoxItem; 1021LastActionItem = null;
2 references to LastActionItem
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
749if (parent != null && parent.LastActionItem != null) 751parent.LastActionItem.Focus();