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