5 references to Property
System.Workflow.ComponentModel (5)
AuthoringOM\Bind.cs (5)
1406string additionalPath = (info.type == SourceValueType.Property) ? info.name : "[" + info.name + "]"; 1407string newPath = (string.IsNullOrEmpty(currentPath)) ? additionalPath : currentPath + ((info.type == SourceValueType.Property) ? "." : string.Empty) + additionalPath; 1414case SourceValueType.Property: 1804SourceValueInfo info = new SourceValueInfo(SourceValueType.Property, this.drillIn, string.Empty); 1869SourceValueType.Property,