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