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