1 write to delayUpdates
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
34this.delayUpdates = value;
3 references to delayUpdates
System.Data (3)
cdf\src\NetFx40\Tools\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)