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