1 write to typeChangedCallBack
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
35this.typeChangedCallBack = typeChangedCallBack;
4 references to typeChangedCallBack
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (4)
135if (typeChangedCallBack != null) 137typeChangedCallBack(this); 180TypeKeyValue entry = new TypeKeyValue(t, typeChangedCallBack); 182typeChangedCallBack(entry);