1 write to guid
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateDesigner.xaml.cs (1)
47this.guid = Guid.NewGuid();
2 references to guid
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateDesigner.xaml.cs (2)
49this.SetValue(AutomationProperties.ItemStatusProperty, this.guid.ToString()); 126status = status + "Guid=" + this.guid.ToString() + " ";