2 references to OnContainerGotFocus
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
525
_uiParent.GotKeyboardFocus += new KeyboardFocusChangedEventHandler(
OnContainerGotFocus
);
548
_uiParent.GotKeyboardFocus -= new KeyboardFocusChangedEventHandler(
OnContainerGotFocus
);