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