1 write to Model
Microsoft.AspNetCore.Components.Forms (1)
FieldIdentifier.cs (1)
56
Model
= model;
11 references to Model
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
149
if (field.
Model
is InputViewModel inputModel)
Microsoft.AspNetCore.Components.Forms (10)
ClientValidation\DefaultClientValidationService.cs (1)
38
var modelType = fieldIdentifier.
Model
.GetType();
EditContextDataAnnotationsExtensions.cs (6)
82
var modelType = fieldIdentifier.
Model
.GetType();
185
var propertyValue = propertyInfo.GetValue(fieldIdentifier.
Model
);
186
var validationContext = new ValidationContext(fieldIdentifier.
Model
, _serviceProvider, items: null)
210
var validationContext = new ValidationContext(fieldIdentifier.
Model
, _serviceProvider, items: null);
223
await validatableInfo.ValidateAsync(fieldIdentifier.
Model
, validateContext, cancellationToken);
266
var cacheKey = (ModelType: fieldIdentifier.
Model
.GetType(), fieldIdentifier.FieldName);
FieldIdentifier.cs (3)
80
var modelHash = RuntimeHelpers.GetHashCode(
Model
);
105
return ReferenceEquals(otherIdentifier.
Model
,
Model
) &&