9 references to NewFocus
PresentationFramework (9)
System\Windows\Controls\ListBox.cs (1)
584
ListBoxItem newListBoxItem = e.
NewFocus
as ListBoxItem;
System\Windows\Controls\MenuItem.cs (1)
1833
if (!e.Handled && e.
NewFocus
== this)
System\Windows\Controls\PopupControlService.cs (1)
175
IInputElement focusedElement = e.
NewFocus
;
System\Windows\Controls\StickyNote.cs (1)
566
if ( args.
NewFocus
== this )
System\Windows\Controls\TabItem.cs (1)
285
if (!e.Handled && e.
NewFocus
== this)
System\windows\Documents\TextEditor.cs (1)
1659
if (sender != e.
NewFocus
)
System\Windows\FrameworkContentElement.cs (1)
1039
if (e.
NewFocus
== null)
System\Windows\FrameworkElement.cs (1)
5367
if (e.
NewFocus
== null)
System\Windows\Input\KeyboardNavigation.cs (1)
3150
if (((args != null) && (args.
NewFocus
== null)) || inputEventArgs.Handled)