2 references to WindowSizeToContentProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
80get { return (SizeToContent)GetValue(WindowSizeToContentProperty); } 81set { SetValue(WindowSizeToContentProperty, value); }