12 references to PageViewModel
Aspire.Dashboard (12)
Components_Controls_TreeMetricSelector_razor.g.cs (10)
175
if (
PageViewModel
.Instruments is null)
259
PageViewModel
.SelectedTreeItem
265
__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:
273
); }, value:
PageViewModel
.SelectedTreeItem),
PageViewModel
.SelectedTreeItem))));
294
foreach (var meterGroup in
PageViewModel
.Instruments.GroupBy(i => i.Parent.Name).OrderBy(g => g.Key))
373
PageViewModel
.SelectedInstrument == null && meterGroup.Key ==
PageViewModel
.SelectedMeter
461
instrument.Name ==
PageViewModel
.SelectedInstrument?.Name && instrument.Parent.Name ==
PageViewModel
.SelectedMeter
Components_Pages_Metrics_razor.g.cs (2)
746
PageViewModel
932
PageViewModel