1 write to delayUpdates
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
34this.delayUpdates = value;
3 references to delayUpdates
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (3)
28return this.delayUpdates; 33bool? oldDelayUpdates = this.delayUpdates; 37if (null == this.delayUpdates && null != oldDelayUpdates && (bool)oldDelayUpdates)