1 write to ViewModel
Aspire.Dashboard (1)
Components_Controls_InteractionInputField_razor.g.cs (1)
274__builder.AddContent(8, ChildContent(new InteractionInputFieldContext { ViewModel = InputViewModel, DescriptionId = descriptionId })
54 references to ViewModel
Aspire.Dashboard (54)
Components_Dialogs_InteractionsInputDialog_razor.g.cs (54)
528input.ViewModel.Input.Placeholder 545input.ViewModel.Input.Required 579input.ViewModel.InputDisabled 605InteractionHelpers.GetMaxLength(input.ViewModel.Input.MaxLength) 622input.ViewModel.Value 628__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)))); 629__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)); 633_elementRefs[input.ViewModel] 719input.ViewModel.Input.Placeholder 736input.ViewModel.Input.Required 796input.ViewModel.InputDisabled 822InteractionHelpers.GetMaxLength(input.ViewModel.Input.MaxLength) 839input.ViewModel.Value 845__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)))); 846__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)); 850_elementRefs[input.ViewModel] 961input.ViewModel.Input.Placeholder 978input.ViewModel.Input.Required 995input.ViewModel.SelectOptions 1072input.ViewModel.InputDisabled 1098input.ViewModel.Value 1104__builder5.AddComponentParameter(79, 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)))); 1105__builder5.AddComponentParameter(80, 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.SelectOptions 1282input.ViewModel.InputDisabled 1308input.ViewModel.Value 1314__builder5.AddComponentParameter(98, 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)))); 1315__builder5.AddComponentParameter(99, 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)); 1342_elementRefs[input.ViewModel] 1436input.ViewModel.Input.Label 1453input.ViewModel.Input.Placeholder 1470input.ViewModel.Input.Description 1487input.ViewModel.InputDisabled 1513input.ViewModel.IsChecked 1519__builder5.AddComponentParameter(118, 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)))); 1520__builder5.AddComponentParameter(119, 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)); 1524_elementRefs[input.ViewModel] 1618input.ViewModel.Input.Placeholder 1635input.ViewModel.Input.Description 1652input.ViewModel.Input.Required 1686input.ViewModel.InputDisabled 1712input.ViewModel.NumberValue 1718__builder5.AddComponentParameter(134, 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)))); 1719__builder5.AddComponentParameter(135, 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)); 1723_elementRefs[input.ViewModel]