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