2 references to RequiredWidthProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
80
get { return (double)GetValue(FreeFormPanel.
RequiredWidthProperty
); }
81
private set { SetValue(FreeFormPanel.
RequiredWidthProperty
, value); }