7 writes to LastActionItem
PresentationFramework (7)
System\Windows\Controls\ListBox.cs (7)
599listbox.LastActionItem = newListBoxItem; 780LastActionItem = null; 785LastActionItem = listItem; 897LastActionItem = actionItem; 977LastActionItem = listItem; 1011LastActionItem = listBoxItem; 1016LastActionItem = null;
2 references to LastActionItem
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
748if (parent != null && parent.LastActionItem != null) 750parent.LastActionItem.Focus();