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