1 instantiation of VisualBasicNamespaceList
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
77return new VisualBasicNamespaceList(settings.ImportReferences);
3 references to VisualBasicNamespaceList
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (3)
100if (namespaceList is VisualBasicNamespaceList) 102VisualBasicNamespaceList visualBasicNamespaces = namespaceList as VisualBasicNamespaceList;