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)
586
ListBoxItem newListBoxItem = e.
NewFocus
as ListBoxItem;
System\Windows\Controls\MenuItem.cs (1)
1841
if (!e.Handled && e.
NewFocus
== this)
System\Windows\Controls\PopupControlService.cs (1)
176
IInputElement focusedElement = e.
NewFocus
;
System\Windows\Controls\StickyNote.cs (1)
573
if ( args.
NewFocus
== this )
System\Windows\Controls\TabItem.cs (1)
289
if (!e.Handled && e.
NewFocus
== this)
System\windows\Documents\TextEditor.cs (1)
1681
if (sender != e.
NewFocus
)
System\Windows\FrameworkContentElement.cs (1)
1043
if (e.
NewFocus
== null)
System\Windows\FrameworkElement.cs (1)
5377
if (e.
NewFocus
== null)
System\Windows\Input\KeyboardNavigation.cs (1)
3165
if (((args != null) && (args.
NewFocus
== null)) || inputEventArgs.Handled)