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