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