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