2 writes to ContainerWidth
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
815_sharedWidthContainer.ContainerWidth = arrangeBounds.Width - ((GridLength)gridLength).Value; 819_sharedWidthContainer.ContainerWidth = arrangeBounds.Width;
3 references to ContainerWidth
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (3)
69if (this.ContainerWidth > 0) 78this.ValueColumnPercentage = value.Value / this.ContainerWidth; 143this.ValueColumnWidth = new GridLength(value * this.ContainerWidth);