3 writes to _rootDependencyObject
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (3)
191
_rootDependencyObject
= Application.Current.MainWindow;
195
_rootDependencyObject
= _presentationSource.RootVisual;
271
_rootDependencyObject
= null;
4 references to _rootDependencyObject
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (4)
198
_rootInputElement =
_rootDependencyObject
as IInputElement;
200
if (
_rootDependencyObject
!= null && _rootInputElement != null)
207
AccessKeyManager.AddAccessKeyPressedHandler(
_rootDependencyObject
, OnAccessKeyPressed);
267
AccessKeyManager.RemoveAccessKeyPressedHandler(
_rootDependencyObject
, OnAccessKeyPressed);