3 writes to Handler
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (3)
140this.Handler = this.ActivityDelegate.Properties["Handler"].Value; 146this.Handler = null; 188this.Handler = null;
2 references to Handler
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (2)
155if (this.Handler == null) 168modelItem.Properties["Handler"].SetValue(this.Handler);