2 writes to _text
System.Web (2)
UI\StringPropertyBuilder.cs (2)
25
_text
= text;
44
_text
= s;
2 references to _text
System.Web (2)
UI\StringPropertyBuilder.cs (2)
33
return (
_text
== null) ? String.Empty :
_text
;