2 writes to _rootInputElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
198_rootInputElement = _rootDependencyObject as IInputElement; 272_rootInputElement = null;
4 references to _rootInputElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (4)
200if (_rootDependencyObject != null && _rootInputElement != null) 204AccessKeyManager.Register(accessKey, _rootInputElement); 260if (_rootInputElement != null) 264AccessKeyManager.Unregister(registeredKey, _rootInputElement);