2 references to OnVariableCollectionChanged
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
246
p.Properties["Variables"].Collection.CollectionChanged -=
OnVariableCollectionChanged
;
266
p.Properties["Variables"].Collection.CollectionChanged +=
OnVariableCollectionChanged
;