26 references to BulletStyle
System.Web (26)
UI\WebControls\BulletedList.cs (26)
69
DefaultValue(
BulletStyle
.NotSet),
72
public virtual
BulletStyle
BulletStyle {
75
return((o == null) ?
BulletStyle
.NotSet : (
BulletStyle
)o);
78
if (value <
BulletStyle
.NotSet || value >
BulletStyle
.CustomImage) {
237
case
BulletStyle
.LowerAlpha:
238
case
BulletStyle
.UpperAlpha:
239
case
BulletStyle
.LowerRoman:
240
case
BulletStyle
.UpperRoman:
241
case
BulletStyle
.Numbered:
244
case
BulletStyle
.Square:
245
case
BulletStyle
.Circle:
246
case
BulletStyle
.Disc:
249
case
BulletStyle
.CustomImage:
252
case
BulletStyle
.NotSet:
320
case
BulletStyle
.NotSet:
322
case
BulletStyle
.Numbered:
326
case
BulletStyle
.LowerAlpha:
330
case
BulletStyle
.UpperAlpha:
334
case
BulletStyle
.LowerRoman:
338
case
BulletStyle
.UpperRoman:
342
case
BulletStyle
.Disc:
345
case
BulletStyle
.Circle:
348
case
BulletStyle
.Square:
351
case
BulletStyle
.CustomImage: