4 references to attachedPropertiesForNamespace
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (4)
309
this.
attachedPropertiesForNamespace
.Remove(namespaceData.Namespace);
485
if (!this.
attachedPropertiesForNamespace
.TryGetValue(data.Namespace, out properties))
508
if (!this.
attachedPropertiesForNamespace
.TryGetValue(data.Namespace, out properties))
511
this.
attachedPropertiesForNamespace
[data.Namespace] = properties;