2 writes to _labelStyle
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
1486
_labelStyle
= new Style();
1494
_labelStyle
= value;
6 references to _labelStyle
System.Web.Mobile (6)
UI\MobileControls\ObjectList.cs (6)
1484
if (
_labelStyle
== null)
1487
_labelStyle
.SetControl(this);
1488
_labelStyle
.StyleReference = "title";
1490
return
_labelStyle
;
1504
if (
_labelStyle
!= null)
1506
_labelStyle
.InvalidateParentStyle();