3 references to TypeKeyValue
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
164TypeKeyValue tkv = new TypeKeyValue(type, new Action<TypeKeyValue>(NotifyTypeChanged))
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
422this.GenericTypeMapping.Add(new TypeKeyValue(t, null));
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
180TypeKeyValue entry = new TypeKeyValue(t, typeChangedCallBack);