4 instantiations of KeyboardFocusChangedEventArgs
PresentationCore (4)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (4)
356KeyboardFocusChangedEventArgs previewLostFocus = new KeyboardFocusChangedEventArgs(this, timeStamp, (IInputElement)_focus, (IInputElement)newFocus); 374KeyboardFocusChangedEventArgs previewGotFocus = new KeyboardFocusChangedEventArgs(this, timeStamp, (IInputElement)_focus, (IInputElement)newFocus); 544KeyboardFocusChangedEventArgs lostFocus = new KeyboardFocusChangedEventArgs(this, timestamp, (IInputElement) oldFocus, (IInputElement) focus); 552KeyboardFocusChangedEventArgs gotFocus = new KeyboardFocusChangedEventArgs(this, timestamp, (IInputElement) oldFocus, (IInputElement) _focus);
76 references to KeyboardFocusChangedEventArgs
PresentationCore (21)
Core\CSharp\System\Windows\Generated\ContentElement.cs (4)
1787protected internal virtual void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1806protected internal virtual void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1825protected internal virtual void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1844protected internal virtual void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement.cs (8)
2287private static void OnPreviewGotKeyboardFocusThunk(object sender, KeyboardFocusChangedEventArgs e) 2316private static void OnGotKeyboardFocusThunk(object sender, KeyboardFocusChangedEventArgs e) 2345private static void OnPreviewLostKeyboardFocusThunk(object sender, KeyboardFocusChangedEventArgs e) 2374private static void OnLostKeyboardFocusThunk(object sender, KeyboardFocusChangedEventArgs e) 4065protected virtual void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 4084protected virtual void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 4103protected virtual void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 4122protected virtual void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement3D.cs (4)
1493protected internal virtual void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1512protected internal virtual void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1531protected internal virtual void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {} 1550protected internal virtual void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) {}
Core\CSharp\System\Windows\Input\FocusChangedEventHandler.cs (1)
8public delegate void KeyboardFocusChangedEventHandler(object sender, KeyboardFocusChangedEventArgs e);
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (4)
356KeyboardFocusChangedEventArgs previewLostFocus = new KeyboardFocusChangedEventArgs(this, timeStamp, (IInputElement)_focus, (IInputElement)newFocus); 374KeyboardFocusChangedEventArgs previewGotFocus = new KeyboardFocusChangedEventArgs(this, timeStamp, (IInputElement)_focus, (IInputElement)newFocus); 544KeyboardFocusChangedEventArgs lostFocus = new KeyboardFocusChangedEventArgs(this, timestamp, (IInputElement) oldFocus, (IInputElement) focus); 552KeyboardFocusChangedEventArgs gotFocus = new KeyboardFocusChangedEventArgs(this, timestamp, (IInputElement) oldFocus, (IInputElement) _focus);
PresentationFramework (32)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
747private void OnContainerGotFocus(Object sender, KeyboardFocusChangedEventArgs args) 760private void OnContainerLostFocus(object sender, KeyboardFocusChangedEventArgs args)
src\Framework\System\Windows\Controls\Button.cs (1)
193private void OnFocusChanged(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
194protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
618protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
339protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3134private static void OnGotFocus(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\ListBox.cs (1)
538private static void OnGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1881protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
741protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 756protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
167private void OnFocusChanged(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
701protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1371protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 1389protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
593protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs args)
src\Framework\System\Windows\Controls\TabItem.cs (1)
291protected override void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\windows\Documents\TextEditor.cs (4)
774internal void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 779internal void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) 1726private static void OnGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e) 1786private static void OnLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
1049private static void OnGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e) 1065private static void OnLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\FrameworkElement.cs (3)
5335private static void OnPreviewGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e) 5358private static void OnGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e) 5375private static void OnLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (4)
318internal void NotifyFocusChanged(object sender, KeyboardFocusChangedEventArgs e) 2876private void _LostFocus(object sender, KeyboardFocusChangedEventArgs e) 3261KeyboardFocusChangedEventArgs args = inputEventArgs as KeyboardFocusChangedEventArgs;
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
1024private static void OnGotFocus(object sender, KeyboardFocusChangedEventArgs e) 1040private static void OnLostFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
226void OnLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1059void OnConnectorGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (1)
54private void OnListBoxPreviewGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1375void OnConnectorGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation (19)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
190void OnDefaultDisplayNameReadOnlyControlGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
126void OnPreviewGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
123protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Controls\WorkaroundPopup.cs (2)
42protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 47protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
130private static void HandleGotKeyboardFocusEvent(object sender, KeyboardFocusChangedEventArgs e) 135private static void HandlePreviewGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
709protected override void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 834protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) 849protected override void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (3)
171protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) 180protected override void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs e) 188protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
633void OnWorkflowElementGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
189void OnTypePresenterComboBoxPreviewLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e) 727void OnTypePresenterLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
102void OnTextBoxLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
211protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
500void OnSpacerGotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)