25 references to NamespaceHelper
System.Data (25)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (3)
25if (NamespaceHelper.ShouldUsePropertiesForImplementation(root)) 39if (NamespaceHelper.ShouldUsePropertiesForImplementation(root)) 53if (NamespaceHelper.ShouldUsePropertiesForImplementation(root))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (6)
69IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 84IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 87NamespaceHelper.SetTextExpressionNamespaces(component, null, null); 91NamespaceHelper.SetVisualBasicSettings(component, null); 105NamespaceHelper.SetVisualBasicSettings(component, settings); 111NamespaceHelper.SetTextExpressionNamespaces(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (13)
50IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references); 58NamespaceHelper.ConvertToVBSettings( 69NamespaceHelper.SetVisualBasicSettings(root, settings); 70NamespaceHelper.SetTextExpressionNamespaces(root, null, null); 79NamespaceHelper.SetVisualBasicSettings(rootActivity, settings); 80NamespaceHelper.SetTextExpressionNamespaces(rootActivity, null, null); 90NamespaceHelper.ConvertToTextExpressionImports(settings, out importedNamespaces, out references); 91NamespaceHelper.SetTextExpressionNamespaces(root, importedNamespaces, references); 92NamespaceHelper.SetVisualBasicSettings(root, null); 96NamespaceHelper.SetTextExpressionNamespaces(root, new Collection<string>(), new Collection<AssemblyReference>()); 126NamespaceHelper.SetVisualBasicSettings(changedPropertyValue, settings); 131IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out referencedAssemblies); 132NamespaceHelper.SetTextExpressionNamespaces(rootActivity, namespaces, referencedAssemblies);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
344IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references); 345NamespaceHelper.SetTextExpressionNamespaces(rootElement, namespaces, references);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
684NamespaceHelper.GetTextExpressionNamespaces(root, out references);