1 write to sitedComponent
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ReferenceService.cs (1)
327this.sitedComponent = sitedComponent;
5 references to sitedComponent
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ReferenceService.cs (5)
354if (this.sitedComponent != null && this.sitedComponent.Site != null && this.sitedComponent.Site.Name != null) 356this.fullName = string.Format(CultureInfo.InvariantCulture, "{0}{1}", new object[] { this.sitedComponent.Site.Name, this.trailingName }); 386return this.sitedComponent;