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)
585
ListBoxItem newListBoxItem = e.
NewFocus
as ListBoxItem;
System\Windows\Controls\MenuItem.cs (1)
1834
if (!e.Handled && e.
NewFocus
== this)
System\Windows\Controls\PopupControlService.cs (1)
176
IInputElement focusedElement = e.
NewFocus
;
System\Windows\Controls\StickyNote.cs (1)
567
if ( args.
NewFocus
== this )
System\Windows\Controls\TabItem.cs (1)
286
if (!e.Handled && e.
NewFocus
== this)
System\windows\Documents\TextEditor.cs (1)
1666
if (sender != e.
NewFocus
)
System\Windows\FrameworkContentElement.cs (1)
1040
if (e.
NewFocus
== null)
System\Windows\FrameworkElement.cs (1)
5371
if (e.
NewFocus
== null)
System\Windows\Input\KeyboardNavigation.cs (1)
3155
if (((args != null) && (args.
NewFocus
== null)) || inputEventArgs.Handled)