4 references to FlowchartResizeGrip
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (4)
20DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(FlowchartResizeGrip)); 23DependencyProperty.Register("ParentFlowchartDesigner", typeof(FlowchartDesigner), typeof(FlowchartResizeGrip)); 26DependencyProperty.Register("ParentGrid", typeof(Grid), typeof(FlowchartResizeGrip)); 29DependencyProperty.Register("Disabled", typeof(bool), typeof(FlowchartResizeGrip), new UIPropertyMetadata(false));