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)
768protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\MenuItem.cs (1)
1843protected 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)
1298protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System\Windows\Controls\StickyNote.cs (1)
527protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs args)
System\Windows\Controls\TreeView.cs (1)
739protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2281protected 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)
4320OnIsKeyboardFocusWithinChanged(args);
PresentationFramework (6)
System\Windows\Controls\FlowDocumentReader.cs (1)
770base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\MenuItem.cs (1)
1845base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\Primitives\MenuBase.cs (1)
250base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1300base.OnIsKeyboardFocusWithinChanged(e);
System\Windows\Controls\StickyNote.cs (1)
529base.OnIsKeyboardFocusWithinChanged(args);
System\Windows\Controls\TreeView.cs (1)
741base.OnIsKeyboardFocusWithinChanged(e);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2283base.OnIsKeyboardFocusWithinChanged(e);