4 writes to RepeatDirection
System.Web (4)
UI\WebControls\CheckBoxList.cs (1)
295repeatInfo.RepeatDirection = RepeatDirection;
UI\WebControls\DataList.cs (2)
1352repeatInfo.RepeatDirection = RepeatDirection.Vertical; 1370repeatInfo.RepeatDirection = RepeatDirection;
UI\WebControls\RadioButtonList.cs (1)
339repeatInfo.RepeatDirection = RepeatDirection;
1 reference to RepeatDirection
System.Web (1)
UI\WebControls\RepeatInfo.cs (1)
351if (RepeatDirection != RepeatDirection.Vertical) {