Implemented interface member:
event
GotKeyboardFocus
System.Windows.IInputElement.GotKeyboardFocus
4 references to GotKeyboardFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.g.cs (1)
97
this.SmartRenameInputControl.
GotKeyboardFocus
+= new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ComboBox_GotKeyboardFocus);
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (1)
310
this.Members.
GotKeyboardFocus
+= new System.Windows.Input.KeyboardFocusChangedEventHandler(this.Members_GotKeyboardFocus);
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
510
_uiParent.
GotKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnContainerGotFocus);
532
_uiParent.
GotKeyboardFocus
-= new KeyboardFocusChangedEventHandler(OnContainerGotFocus);