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