2 references to LastChildWidthProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (2)
84get { return (double)this.GetValue(LastChildWidthProperty); } 85set { this.SetValue(LastChildWidthProperty, value); }