5 references to Property
System.Workflow.ComponentModel (5)
AuthoringOM\Bind.cs (5)
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
:
1804
SourceValueInfo info = new SourceValueInfo(SourceValueType.
Property
, this.drillIn, string.Empty);
1869
SourceValueType.
Property
,