1 write to namespacesToIgnore
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
54this.namespacesToIgnore = new HashSet<string>();
5 references to namespacesToIgnore
System.Activities.Presentation (5)
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();