1 instantiation of BaseTypeTreeNodeViewModel
Microsoft.VisualStudio.LanguageServices (1)
PullMemberUp\MainDialog\BaseTypeTreeNodeViewModel.cs (1)
49var rootTreeNode = new BaseTypeTreeNodeViewModel(root, glyphService) { IsChecked = false, IsExpanded = true };
13 references to BaseTypeTreeNodeViewModel
Microsoft.VisualStudio.LanguageServices (13)
PullMemberUp\MainDialog\BaseTypeTreeNodeViewModel.cs (6)
27public ImmutableArray<BaseTypeTreeNodeViewModel> BaseTypeNodes { get; private set; } 43public static BaseTypeTreeNodeViewModel CreateBaseTypeTree( 49var rootTreeNode = new BaseTypeTreeNodeViewModel(root, glyphService) { IsChecked = false, IsExpanded = true }; 50var queue = new Queue<BaseTypeTreeNodeViewModel>(); 54var currentTreeNode = queue.Dequeue(); 64foreach (var node in currentTreeNode.BaseTypeNodes)
PullMemberUp\MainDialog\PullMemberUpDialog.xaml.cs (1)
72if (DestinationTreeView.SelectedItem is BaseTypeTreeNodeViewModel memberGraphNode)
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (4)
36BaseTypeTreeNodeViewModel destinationTreeViewModel, 61public BaseTypeTreeNodeViewModel DestinationTreeNodeViewModel { get; } 65private BaseTypeTreeNodeViewModel _selectedDestination; 66public BaseTypeTreeNodeViewModel SelectedDestination
PullMemberUp\VisualStudioPullMemberUpService.cs (2)
58var baseTypeRootViewModel = BaseTypeTreeNodeViewModel.CreateBaseTypeTree(