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