2 writes to _rootInputElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
197_rootInputElement = _rootDependencyObject as IInputElement; 271_rootInputElement = null;
4 references to _rootInputElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (4)
199if (_rootDependencyObject != null && _rootInputElement != null) 203AccessKeyManager.Register(accessKey, _rootInputElement); 259if (_rootInputElement != null) 263AccessKeyManager.Unregister(registeredKey, _rootInputElement);