1 write to _value
Aspire.Dashboard (1)
Components\Controls\GridValue.razor.cs (1)
120_value = Value;
4 references to _value
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
118if (_value != Value) 122if (UrlParser.TryParse(_value, WebUtility.HtmlEncode, out var modifiedText)) 128_formattedValue = WebUtility.HtmlEncode(_value); 140if (StopClickPropagation && _value != _formattedValue)