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