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