3 writes to Key
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (3)
152wrapper.Key = oldKey; 163wrapper.Key = oldKey; 216this.Key = key;
4 references to Key
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (4)
102string keyName = this.CorrelationInitializeData.GetUniqueName<CorrelationDataWrapper>(KeyPrefix, item => item.Key); 137Key = wrapper.Key, 148string newKey = wrapper.Key; 159int entryCount = this.CorrelationInitializeData.Count(entry => entry.Key == newKey);