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