4 references to attachedPropertiesForNamespace
System.Data (4)
cdf\src\NetFx40\Tools\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;