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