7 references to GenericTypeMapping
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (7)
70
GenericTypeMapping
.CollectionChanged += new System.Collections.Specialized.NotifyCollectionChangedEventHandler(GenericTypeMappingCollectionChanged);
211
this.HasGenericTypes =
GenericTypeMapping
.Count > 0 ? true : false;
248
Type[] arguments = new Type[this.
GenericTypeMapping
.Count];
251
for (int i = 0; i < this.
GenericTypeMapping
.Count && isValid; ++i)
253
arguments[i] = this.
GenericTypeMapping
[i].GetConcreteType();
410
GenericTypeMapping
.Clear();
422
this.
GenericTypeMapping
.Add(new TypeKeyValue(t, null));