2 writes to oldBounds
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
328this.oldBounds = new Rect(0, 0, 0, 0); 440this.oldBounds = bounds;
2 references to oldBounds
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
423if (this.oldBounds != bounds) 428if (this.oldBounds != Rect.Empty)