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)
788
public 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)
791
base.
Dispose
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
145
oldVariableWrapper.
Dispose
();
251
this.variableWrapperCollection.All(p => { p.
Dispose
(); return true; });
480
arg.
Dispose
();