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