1 write to _text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
53
_text
= value;
3 references to _text
System.Web.Mobile (3)
UI\MobileControls\Design\Util\HeaderLabel.cs (3)
48
return
_text
;
59
if(Visible &&
_text
!= base.Text)
61
base.Text =
_text
;