6 overrides of OnGotKeyboardFocus
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
194protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1881protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
741protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1371protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
593protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs args)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Controls\WorkaroundPopup.cs (1)
42protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
7 references to OnGotKeyboardFocus
PresentationCore (1)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
2324uie.OnGotKeyboardFocus(e);
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
205base.OnGotKeyboardFocus(e);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1883base.OnGotKeyboardFocus(e);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
743base.OnGotKeyboardFocus(e);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1373base.OnGotKeyboardFocus(e);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
596base.OnGotKeyboardFocus(args);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Controls\WorkaroundPopup.cs (1)
44base.OnGotKeyboardFocus(e);