2 references to ParentFlowchartDesignerProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (2)
41
get { return (FlowchartDesigner)GetValue(
ParentFlowchartDesignerProperty
); }
42
set { SetValue(
ParentFlowchartDesignerProperty
, value); }