Base:
method
OnGotFocus
System.Windows.UIElement.OnGotFocus(System.Windows.RoutedEventArgs)
4 overrides of OnGotFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
386
protected override void
OnGotFocus
(RoutedEventArgs e)
PresentationFramework (3)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
104
protected override void
OnGotFocus
(RoutedEventArgs e)
System\Windows\Controls\TreeView.cs (1)
790
protected override void
OnGotFocus
(RoutedEventArgs e)
System\Windows\Controls\TreeViewItem.cs (1)
535
protected override void
OnGotFocus
(RoutedEventArgs e)
3 references to OnGotFocus
PresentationFramework (3)
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
106
base.
OnGotFocus
(e);
System\Windows\Controls\TreeView.cs (1)
792
base.
OnGotFocus
(e);
System\Windows\Controls\TreeViewItem.cs (1)
538
base.
OnGotFocus
(e);