Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
1 override of Dispose
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
788public override void Dispose()
4 references to Dispose
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
791base.Dispose();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
145oldVariableWrapper.Dispose(); 251this.variableWrapperCollection.All(p => { p.Dispose(); return true; }); 480arg.Dispose();