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)
196
if (_rootDependencyObject != null &&
_rootInputElement
!= null)
200
AccessKeyManager.Register(accessKey,
_rootInputElement
);
256
if (
_rootInputElement
!= null)
260
AccessKeyManager.Unregister(registeredKey,
_rootInputElement
);