13 references to GetStateMachineModelItem
System.Activities.Core.Presentation (13)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
375GetStateMachineModelItem(this.ModelItem).Properties[StateMachineDesigner.StatesPropertyName].Collection.Add(state); 547ModelItem stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.ModelItem);
System\Activities\Core\Presentation\StateContainerEditor.ModelChanges.cs (2)
123ModelItem stateMachineModelItem = GetStateMachineModelItem(srcModelItem); 309ModelItem parent = GetStateMachineModelItem(modelItem);
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (3)
272return GetStateMachineModelItem(modelItem1) == GetStateMachineModelItem(modelItem2); 287ModelItem parent = GetStateMachineModelItem(stateModelItem);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
207this.StateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.ModelItem); 633stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(stateModelItem); 2370ModelItem stateMachineModelItem = GetStateMachineModelItem(sourceModelItem); 2631ModelItem stateMachineModelItem = GetStateMachineModelItem(destinationModelItem);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (2)
430ModelItem stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.parentStateModelItem); 491ModelItem stateMachineModelItem = StateContainerEditor.GetStateMachineModelItem(this.parentStateModelItem);