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)
69
if (this.
ContainerWidth
> 0)
78
this.ValueColumnPercentage = value.Value / this.
ContainerWidth
;
143
this.ValueColumnWidth = new GridLength(value * this.
ContainerWidth
);