8 overrides of OnIsKeyboardFocusWithinChanged
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
413protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
PresentationFramework (6)
System\Windows\Controls\FlowDocumentReader.cs (1)
774protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\MenuItem.cs (1)
1850protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\Primitives\MenuBase.cs (1)
248protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\Primitives\Selector.cs (1)
1301protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\StickyNote.cs (1)
544protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs args)
System\Windows\Controls\TreeView.cs (1)
741protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2277protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
9 references to OnIsKeyboardFocusWithinChanged
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
415base.OnIsKeyboardFocusWithinChanged(e);
PresentationCore (1)
System\Windows\Generated\UIElement.cs (1)
4331OnIsKeyboardFocusWithinChanged(args);
PresentationFramework (6)
System\Windows\Controls\FlowDocumentReader.cs (1)
776base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\MenuItem.cs (1)
1852base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\Primitives\MenuBase.cs (1)
250base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1303base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\StickyNote.cs (1)
546base.OnIsKeyboardFocusWithinChanged(args);
System\Windows\Controls\TreeView.cs (1)
743base.OnIsKeyboardFocusWithinChanged(e);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2279base.OnIsKeyboardFocusWithinChanged(e);