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