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)
1484if (_labelStyle == null) 1487_labelStyle.SetControl(this); 1488_labelStyle.StyleReference = "title"; 1490return _labelStyle; 1504if (_labelStyle != null) 1506_labelStyle.InvalidateParentStyle();