3 references to StateContainerResizeGrip
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (3)
23
DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(
StateContainerResizeGrip
));
26
DependencyProperty.Register("ParentStateContainerEditor", typeof(StateContainerEditor), typeof(
StateContainerResizeGrip
));
29
DependencyProperty.Register("Disabled", typeof(bool), typeof(
StateContainerResizeGrip
), new UIPropertyMetadata(false));