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