1 write to declaredNames
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1202this.declaredNames = new Dictionary<string, XamlFragment>();
5 references to declaredNames
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
1188if (current.declaredNames != null && current.declaredNames.TryGetValue(name, out result)) 1200if (this.declaredNames == null) 1204if (this.declaredNames.ContainsKey(name)) 1208this.declaredNames.Add(name, containingFragment);