Base:
method
OnIsKeyboardFocusWithinChanged
System.Windows.UIElement.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)
2 overrides of OnIsKeyboardFocusWithinChanged
PresentationFramework (1)
System\Windows\Controls\ContextMenu.cs (1)
624
protected override void
OnIsKeyboardFocusWithinChanged
(DependencyPropertyChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1462
protected override void
OnIsKeyboardFocusWithinChanged
(DependencyPropertyChangedEventArgs e)
3 references to OnIsKeyboardFocusWithinChanged
PresentationFramework (1)
System\Windows\Controls\ContextMenu.cs (1)
637
base.
OnIsKeyboardFocusWithinChanged
(e);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1471
base.
OnIsKeyboardFocusWithinChanged
(e);
1549
base.
OnIsKeyboardFocusWithinChanged
(eventArgs);