2 references to NamespacePropertyName
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
199this.importedNamespacesDataGrid.Items.SortDescriptions.Add(new SortDescription(NamespaceListPropertyDescriptor.NamespacePropertyName, ListSortDirection.Ascending));
System.Activities.Presentation\System\Activities\Presentation\View\ImportedNamespaceContextItem.cs (1)
49this.ImportedNamespaces.Add(import.Properties[NamespaceListPropertyDescriptor.NamespacePropertyName].ComputedValue as string);