2 references to AutoExpandCanvasProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
85
get { return (bool)GetValue(
AutoExpandCanvasProperty
); }
86
set { SetValue(
AutoExpandCanvasProperty
, value); }