2 references to TypeCollectionProperty
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (2)
61get { return (IList<KeyValuePair<string, Type>>)GetValue(TypeCollectionProperty); } 62set { SetValue(TypeCollectionProperty, value); }