7 references to Members
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (7)
151Fx.Assert(this.ActivitySchema.Properties[Members] != null, "Members collection not found!"); 152return this.ActivitySchema.Properties[Members].Collection; 275if (null != newSchemaItem && null != newSchemaItem.Properties[Members]) 517if (null != oldItem && null != oldItem.Properties[Members]) 519oldItem.Properties[Members].Collection.CollectionChanged -= designer.OnArgumentCollectionChanged; 521if (null != newItem && null != newItem.Properties[Members]) 523newItem.Properties[Members].Collection.CollectionChanged += designer.OnArgumentCollectionChanged;