12 references to PageViewModel
Aspire.Dashboard (12)
Components_Controls_TreeMetricSelector_razor.g.cs (10)
205
if (
PageViewModel
.Instruments is null)
289
PageViewModel
.SelectedTreeItem
295
__builder.AddComponentParameter(7, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTreeView.CurrentSelectedChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::Microsoft.FluentUI.AspNetCore.Components.FluentTreeItem>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.FluentUI.AspNetCore.Components.FluentTreeItem>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredBindSetter(callback: __value => {
PageViewModel
.SelectedTreeItem = __value; return global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.InvokeAsynchronousDelegate(callback:
303
); }, value:
PageViewModel
.SelectedTreeItem),
PageViewModel
.SelectedTreeItem))));
324
foreach (var meterGroup in
PageViewModel
.Instruments.GroupBy(i => i.Parent.Name).OrderBy(g => g.Key))
403
PageViewModel
.SelectedInstrument == null && meterGroup.Key ==
PageViewModel
.SelectedMeter
491
instrument.Name ==
PageViewModel
.SelectedInstrument?.Name && instrument.Parent.Name ==
PageViewModel
.SelectedMeter
Components_Pages_Metrics_razor.g.cs (2)
758
PageViewModel
944
PageViewModel