3 references to PinStateProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
231pinStateBinding.Path = new PropertyPath(WorkflowViewElement.PinStateProperty); 268get { return (bool)GetValue(PinStateProperty); } 269set { SetValue(PinStateProperty, value); }