11 references to NewFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
222if (e.NewFocus != RenameUserInput)
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\TableControlFocusFixer.cs (1)
27if (e.NewFocus is not ListView && (e.KeyboardDevice.IsKeyDown(Key.Left) || e.KeyboardDevice.IsKeyDown(Key.Right)))
PresentationFramework (9)
System\Windows\Controls\ListBox.cs (1)
592ListBoxItem newListBoxItem = e.NewFocus as ListBoxItem;
System\Windows\Controls\MenuItem.cs (1)
1851if (!e.Handled && e.NewFocus == this)
System\Windows\Controls\PopupControlService.cs (1)
186IInputElement focusedElement = e.NewFocus;
System\Windows\Controls\StickyNote.cs (1)
600if ( args.NewFocus == this )
System\Windows\Controls\TabItem.cs (1)
293if (!e.Handled && e.NewFocus == this)
System\windows\Documents\TextEditor.cs (1)
1690if (sender != e.NewFocus)
System\Windows\FrameworkContentElement.cs (1)
1062if (e.NewFocus == null)
System\Windows\FrameworkElement.cs (1)
5383if (e.NewFocus == null)
System\Windows\Input\KeyboardNavigation.cs (1)
3169if (((args != null) && (args.NewFocus == null)) || inputEventArgs.Handled)