2 writes to HasActivityDelegates
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
107this.HasActivityDelegates = true; 111this.HasActivityDelegates = false;
1 reference to HasActivityDelegates
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ExpandButtonVisibilityConverter.cs (1)
40bool hasDelegates = (designer != null) && designer.HasActivityDelegates;