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