3 references to CatchesPropertyName
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
165
this.ModelItem.Properties[
CatchesPropertyName
].Collection.CollectionChanged += OnModelItemCollectionChanged;
185
this.ModelItem.Properties[
CatchesPropertyName
].Collection.CollectionChanged -= OnModelItemCollectionChanged;
611
ModelProperty catchesProperty = this.ModelItem.Properties[
CatchesPropertyName
];