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