2 references to OnContainerGotFocus
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
510
_uiParent.GotKeyboardFocus += new KeyboardFocusChangedEventHandler(
OnContainerGotFocus
);
532
_uiParent.GotKeyboardFocus -= new KeyboardFocusChangedEventHandler(
OnContainerGotFocus
);