2 writes to locations
System.Activities (2)
System\Activities\XamlIntegration\CompiledLocation.cs (2)
47this.locations = locations; 181set { this.locations = value; }
2 references to locations
System.Activities (2)
System\Activities\XamlIntegration\CompiledLocation.cs (2)
180get { return this.locations; } 212CompiledLocation<T> tempLocation = (CompiledLocation<T>)compiledRoot.InvokeExpression(this.expressionId, this.locations);