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