2 writes to _cycledStyles
System.Web.Mobile (2)
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
604
_cycledStyles
= null;
671
_cycledStyles
= new ArrayList();
3 references to _cycledStyles
System.Web.Mobile (3)
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
669
if (
_cycledStyles
== null)
710
_cycledStyles
.Add(style);
715
return
_cycledStyles
;