6 references to rearangeStartSize
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (6)
125
this.
rearangeStartSize
.Width = 0;
126
this.
rearangeStartSize
.Height = 0;
401
double offsetPlusX = this.
rearangeStartSize
.Width;
402
double offsetPlusY = this.
rearangeStartSize
.Height;
447
this.
rearangeStartSize
.Width = this.ActualWidth;
448
this.
rearangeStartSize
.Height = this.ActualHeight;