2 writes to parentStateModelItem
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (2)
60
this.
parentStateModelItem
= StateContainerEditor.GetParentStateModelItemForTransition(this.ModelItem);
80
this.
parentStateModelItem
= null;
9 references to parentStateModelItem
System.Activities.Core.Presentation (9)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (9)
61
this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection.CollectionChanged += OnTransitionsModelItemCollectionChanged;
78
this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection.CollectionChanged -= OnTransitionsModelItemCollectionChanged;
135
foreach (ModelItem transitionModelItem in this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection)
167
foreach (ModelItem transitionModelItem in this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection)
258
ModelItemCollection transitionsCollection = this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection;
430
ModelItem stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.
parentStateModelItem
);
453
ModelItem newTransitionItem = this.
parentStateModelItem
.Properties[StateDesigner.TransitionsPropertyName].Collection.Add(new Transition()
472
if (toState == this.
parentStateModelItem
.GetCurrentValue())
491
ModelItem stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.
parentStateModelItem
);