2 references to ParentStateContainerEditorProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (2)
46
get { return (StateContainerEditor)GetValue(
ParentStateContainerEditorProperty
); }
47
set { SetValue(
ParentStateContainerEditorProperty
, value); }