4 references to Children
Roslyn.VisualStudio.DiagnosticsWindow (4)
PerfMargin\PerfMarginPanel.cs (4)
43_mainListView = CreateContent(new ActivityLevel[] { s_model.RootNode }.Concat(s_model.RootNode.Children), useWrapPanel: true); 147if (selectedItem.Tag is ActivityLevel context && context.Children != null && context.Children.Any()) 149_detailsListView = CreateContent(context.Children, useWrapPanel: false);