17 references to StatesPropertyName
System.Activities.Core.Presentation (17)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (4)
374
this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection.Add(state) :
375
GetStateMachineModelItem(this.ModelItem).Properties[StateMachineDesigner.
StatesPropertyName
].Collection.Add(state);
427
DragDropHelper.ValidateItemsAreOnView(selectedItems, this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection);
438
DragDropHelper.ValidateItemsAreOnView(movedItems, this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection);
System\Activities\Core\Presentation\StateContainerEditor.ModelChanges.cs (2)
71
this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection.Remove(stateModelItem);
297
droppedModelItem = this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection.Add(droppedObject);
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
525
foreach (ModelItem stateModelItem in stateMachineModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (6)
375
this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection.CollectionChanged += new NotifyCollectionChangedEventHandler(OnStateCollectionChanged);
380
foreach (ModelItem modelItem in this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)
414
this.AddStateVisuals(this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection);
438
this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection.CollectionChanged -= new NotifyCollectionChangedEventHandler(OnStateCollectionChanged);
443
foreach (ModelItem modelItem in this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)
2163
foreach (ModelItem stateModelItem in this.ModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (2)
53
builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.
StatesPropertyName
), BrowsableAttribute.No);
57
builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.
StatesPropertyName
), new ShowPropertyInOutlineViewAttribute());
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (2)
433
foreach (ModelItem stateModelItem in stateMachineModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)
495
foreach (ModelItem stateModelItem in stateMachineModelItem.Properties[StateMachineDesigner.
StatesPropertyName
].Collection)