2 references to CreateContent
Roslyn.VisualStudio.DiagnosticsWindow (2)
PerfMargin\PerfMarginPanel.cs (2)
43
_mainListView =
CreateContent
(new ActivityLevel[] { s_model.RootNode }.Concat(s_model.RootNode.Children), useWrapPanel: true);
149
_detailsListView =
CreateContent
(context.Children, useWrapPanel: false);