1 write to namespacesToIgnore
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
54this.namespacesToIgnore = new HashSet<string>();
5 references to namespacesToIgnore
System.Data (5)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (5)
71this.namespacesToIgnore.Add(namespaceDeclaration.Prefix); 145if (this.namespacesToIgnore.Count > 0) 189if (this.namespacesToIgnore.Count > 0) 192foreach (string ns in this.namespacesToIgnore) 208this.namespacesToIgnore.Clear();