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