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)
120
if (
_value
!= Value)
124
if (UrlParser.TryParse(
_value
, WebUtility.HtmlEncode, out var modifiedText))
130
_formattedValue = WebUtility.HtmlEncode(
_value
);
142
if (StopClickPropagation &&
_value
!= _formattedValue)