3 references to IsModified
Microsoft.AspNetCore.Components.Forms (1)
EditContext.cs (1)
209
=>
IsModified
(FieldIdentifier.Create(accessor));
Microsoft.AspNetCore.Components.Web (2)
Forms\FieldCssClassProvider.cs (2)
19
/// <c>"modified "</c> when <see cref="EditContext.
IsModified
(in FieldIdentifier)"/> is <c>true</c>.
30
var modified = editContext.
IsModified
(fieldIdentifier);