10 references to SourceValueType
System.Workflow.ComponentModel (10)
AuthoringOM\Bind.cs (10)
1406
string additionalPath = (info.type ==
SourceValueType
.Property) ? info.name : "[" + info.name + "]";
1407
string newPath = (string.IsNullOrEmpty(currentPath)) ? additionalPath : currentPath + ((info.type ==
SourceValueType
.Property) ? "." : string.Empty) + additionalPath;
1414
case
SourceValueType
.Property:
1454
if (i < pathInfo.Count - 1 && pathInfo[i + 1].type ==
SourceValueType
.Indexer && !string.IsNullOrEmpty(pathInfo[i + 1].name))
1531
case
SourceValueType
.Indexer:
1750
internal
SourceValueType
type;
1754
internal SourceValueInfo(
SourceValueType
t, DrillIn d, string n)
1804
SourceValueInfo info = new SourceValueInfo(
SourceValueType
.Property, this.drillIn, string.Empty);
1869
SourceValueType
.Property,
1893
SourceValueType
.Indexer,