2 references to IsDirectionReadOnlyProperty
System.Activities.Core.Presentation (2)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (2)
245get { return (bool)GetValue(IsDirectionReadOnlyProperty); } 246set { SetValue(IsDirectionReadOnlyProperty, value); }