3 writes to Handler
System.Activities.Presentation (3)
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.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (2)
155if (this.Handler == null) 168modelItem.Properties["Handler"].SetValue(this.Handler);