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