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