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)
161this.defaultDisplayNameReadOnlyControl.GotKeyboardFocus -= new KeyboardFocusChangedEventHandler(OnDefaultDisplayNameReadOnlyControlGotKeyboardFocus); 180this.defaultDisplayNameReadOnlyControl.GotKeyboardFocus += new KeyboardFocusChangedEventHandler(OnDefaultDisplayNameReadOnlyControlGotKeyboardFocus);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
470spacer.GotKeyboardFocus += new KeyboardFocusChangedEventHandler(OnSpacerGotKeyboardFocus);