14 references to NewFocus
PresentationFramework (9)
src\Framework\System\Windows\Controls\ListBox.cs (1)
547ListBoxItem newListBoxItem = e.NewFocus as ListBoxItem;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1887if (!e.Handled && e.NewFocus == this)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
169IInputElement focusedElement = e.NewFocus;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
610if ( args.NewFocus == this )
src\Framework\System\Windows\Controls\TabItem.cs (1)
294if (!e.Handled && e.NewFocus == this)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1729if (sender != e.NewFocus)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1071if (e.NewFocus == null)
src\Framework\System\Windows\FrameworkElement.cs (1)
5381if (e.NewFocus == null)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3262if (((args != null) && (args.NewFocus == null)) || inputEventArgs.Handled)
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
132SetFocusToFocusScope(e.NewFocus); 143DependencyObject newFocusObject = e.NewFocus as DependencyObject;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
712FrameworkElement element = e.NewFocus as FrameworkElement;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
635FrameworkElement source = e.NewFocus as FrameworkElement;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
729if (!(e.NewFocus == this))