1 write to ViewModel
Aspire.Dashboard (1)
Components_Controls_InteractionInputField_razor.g.cs (1)
280__builder.AddContent(8, ChildContent(new InteractionInputFieldContext { ViewModel = InputViewModel, DescriptionId = descriptionId })
55 references to ViewModel
Aspire.Dashboard (55)
Components_Dialogs_InteractionsInputDialog_razor.g.cs (55)
534input.ViewModel.Input.Placeholder 551input.ViewModel.Input.Required 585input.ViewModel.InputDisabled 611InteractionHelpers.GetMaxLength(input.ViewModel.Input.MaxLength) 628input.ViewModel.Value 634__builder5.AddComponentParameter(42, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.Value = __value, input.ViewModel.Value)))); 635__builder5.AddComponentParameter(43, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.ViewModel.Value)); 639_elementRefs[input.ViewModel] 725input.ViewModel.Input.Placeholder 742input.ViewModel.Input.Required 802input.ViewModel.InputDisabled 828InteractionHelpers.GetMaxLength(input.ViewModel.Input.MaxLength) 845input.ViewModel.Value 851__builder5.AddComponentParameter(60, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.Value = __value, input.ViewModel.Value)))); 852__builder5.AddComponentParameter(61, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.ViewModel.Value)); 856_elementRefs[input.ViewModel] 967input.ViewModel.Input.Placeholder 984input.ViewModel.Input.Required 1001input.ViewModel.SelectOptions 1095input.ViewModel.InputDisabled 1121input.ViewModel.Value 1127__builder5.AddComponentParameter(80, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentSelect<SelectViewModel<string>>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.Value = __value, input.ViewModel.Value)))); 1128__builder5.AddComponentParameter(81, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentSelect<SelectViewModel<string>>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.ViewModel.Value)); 1132_elementRefs[input.ViewModel] 1171input.ViewModel.Input.Placeholder 1188input.ViewModel.Input.Required 1205input.ViewModel.FilteredOptions() 1299input.ViewModel.InputDisabled 1359input.ViewModel.Value 1365__builder5.AddComponentParameter(97, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCombobox<SelectViewModel<string>>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.Value = __value, input.ViewModel.Value)))); 1366__builder5.AddComponentParameter(98, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCombobox<SelectViewModel<string>>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.ViewModel.Value)); 1397input.ViewModel.Value 1409_elementRefs[input.ViewModel] 1503input.ViewModel.Input.Label 1520input.ViewModel.Input.Placeholder 1537input.ViewModel.Input.Description 1554input.ViewModel.InputDisabled 1580input.ViewModel.IsChecked 1586__builder5.AddComponentParameter(116, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCheckbox.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.Boolean>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.Boolean>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.IsChecked = __value, input.ViewModel.IsChecked)))); 1587__builder5.AddComponentParameter(117, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCheckbox.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.Boolean>>>(() => input.ViewModel.IsChecked)); 1591_elementRefs[input.ViewModel] 1685input.ViewModel.Input.Placeholder 1702input.ViewModel.Input.Description 1719input.ViewModel.Input.Required 1753input.ViewModel.InputDisabled 1779input.ViewModel.NumberValue 1785__builder5.AddComponentParameter(132, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentNumberField<int?>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<int?>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<int?>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.ViewModel.NumberValue = __value, input.ViewModel.NumberValue)))); 1786__builder5.AddComponentParameter(133, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentNumberField<int?>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<int?>>>(() => input.ViewModel.NumberValue)); 1790_elementRefs[input.ViewModel]