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