3 writes to Key
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
105
Key
= this.Key,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
347
Key
= key,
383
Key
= key,
9 references to Key
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (9)
52
((ModelItemDictionaryImpl)this.Dictionary).RemoveCore(this.
Key
);
54
ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueRemoved(this.Dictionary, this.
Key
, this.Value);
56
if (this.
Key
!= null)
58
this.ModelTreeManager.modelService.OnModelItemRemoved(this.
Key
, changeInfo);
76
((ModelItemDictionaryImpl)this.Dictionary).AddCore(this.
Key
, this.Value);
78
ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueAdded(this.Dictionary, this.
Key
, this.Value);
80
if (this.
Key
!= null)
82
this.ModelTreeManager.modelService.OnModelItemAdded(this.
Key
, changeInfo);
105
Key = this.
Key
,