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