18 references to AttributeParseState
System.Web.Mobile (18)
UI\MobileControls\LiteralTextParser.cs (18)
445
AttributeParseState
state =
AttributeParseState
.StartingAttributeName;
447
while (attrPos <= attrFinish && state !=
AttributeParseState
.Error)
466
case
AttributeParseState
.StartingAttributeName:
474
state =
AttributeParseState
.ReadingAttributeName;
478
case
AttributeParseState
.ReadingAttributeName:
483
state =
AttributeParseState
.ReadingEqualSign;
487
state =
AttributeParseState
.Error;
495
case
AttributeParseState
.ReadingEqualSign:
499
state =
AttributeParseState
.StartingAttributeValue;
504
state =
AttributeParseState
.Error;
508
case
AttributeParseState
.StartingAttributeValue:
512
state =
AttributeParseState
.Error;
525
state =
AttributeParseState
.ReadingAttributeValue;
528
case
AttributeParseState
.ReadingAttributeValue:
534
state =
AttributeParseState
.Error;
548
state =
AttributeParseState
.StartingAttributeName;
562
if (state ==
AttributeParseState
.Error)