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