3 instantiations of DictionaryChange
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
101
return new
DictionaryChange
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
344
DictionaryChange change = new
DictionaryChange
()
380
DictionaryChange change = new
DictionaryChange
()
4 references to DictionaryChange
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (4)
344
DictionaryChange
change = new DictionaryChange()
349
Operation =
DictionaryChange
.OperationType.Insert,
380
DictionaryChange
change = new DictionaryChange()
385
Operation =
DictionaryChange
.OperationType.Delete,