5 references to TryGetValue
Microsoft.AspNetCore.Components.Web (5)
Forms\EditContextFieldClassExtensions.cs (1)
34
var provider = editContext.Properties.
TryGetValue
(FieldCssClassProviderKey, out var customProvider)
Forms\InputBase.cs (1)
398
if (EditContext?.Properties.
TryGetValue
(typeof(IClientValidationService), out var serviceObj) != true
Forms\Mapping\EditContextFormMappingExtensions.cs (1)
27
if (context.Properties.
TryGetValue
(_key, out var result) && result is FormMappingContext mappingContext)
Forms\ValidationMessage.cs (1)
74
if (CurrentEditContext.Properties.
TryGetValue
(typeof(IClientValidationService), out var serviceObj)
Forms\ValidationSummary.cs (1)
70
if (CurrentEditContext.Properties.
TryGetValue
(typeof(IClientValidationService), out var serviceObj)