2 writes to cachedDottedPath
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1022this.cachedDottedPath = this.DottedPath; 1024this.cachedDottedPath = null;
2 references to cachedDottedPath
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1017return (this.cachedDottedPath != null); 1031return this.cachedDottedPath;