Base:
method
OnIsKeyboardFocusWithinChanged
System.Windows.UIElement.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)
2 overrides of OnIsKeyboardFocusWithinChanged
PresentationFramework (1)
System\Windows\Controls\ContextMenu.cs (1)
632
protected override void
OnIsKeyboardFocusWithinChanged
(DependencyPropertyChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1472
protected override void
OnIsKeyboardFocusWithinChanged
(DependencyPropertyChangedEventArgs e)
3 references to OnIsKeyboardFocusWithinChanged
PresentationFramework (1)
System\Windows\Controls\ContextMenu.cs (1)
645
base.
OnIsKeyboardFocusWithinChanged
(e);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1481
base.
OnIsKeyboardFocusWithinChanged
(e);
1562
base.
OnIsKeyboardFocusWithinChanged
(eventArgs);