2 writes to _presentationSource
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
183
_presentationSource
= presentationSource ?? throw new ArgumentNullException(nameof(presentationSource));
266
_presentationSource
= null;
1 reference to _presentationSource
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
191
_rootDependencyObject =
_presentationSource
.RootVisual;