Implemented interface member:
event
GotKeyboardFocus
System.Windows.IInputElement.GotKeyboardFocus
5 references to GotKeyboardFocus
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
525
_uiParent.
GotKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnContainerGotFocus);
548
_uiParent.
GotKeyboardFocus
-= new KeyboardFocusChangedEventHandler(OnContainerGotFocus);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
161
this.defaultDisplayNameReadOnlyControl.
GotKeyboardFocus
-= new KeyboardFocusChangedEventHandler(OnDefaultDisplayNameReadOnlyControlGotKeyboardFocus);
180
this.defaultDisplayNameReadOnlyControl.
GotKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnDefaultDisplayNameReadOnlyControlGotKeyboardFocus);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
470
spacer.
GotKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnSpacerGotKeyboardFocus);