1 write to _value
Aspire.Dashboard (1)
Components\Controls\GridValue.razor.cs (1)
125_value = Value;
4 references to _value
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
123if (_value != Value) 127if (UrlParser.TryParse(_value, WebUtility.HtmlEncode, out var modifiedText)) 133_formattedValue = WebUtility.HtmlEncode(_value); 145if (StopClickPropagation && _value != _formattedValue)