24 references to Union
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1214.Union(new PropertyDescriptor[] { new ItemsCollectionPropertyDescriptor(type) }).ToArray()); 1221.Union(new PropertyDescriptor[] { new ItemsCollectionPropertyDescriptor(type) }).ToArray());
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
184.Union(new PropertyDescriptor[] { this.ImportDescriptor }).ToArray());
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
827PropertyAttributes = TypeDescriptor.GetAttributes(typeof(PropertyKind)).OfType<Attribute>().Union( new Attribute[] { new EditorAttribute(typeof(DirectionPropertyEditor), typeof(PropertyValueEditor)) }).ToArray(), 839PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(), 866PropertyAttributes = TypeDescriptor.GetAttributes(typeof(bool)).OfType<Attribute>().Union(
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
694allAssemblies = allAssemblies.Union<Assembly>(new Collection<Assembly> {
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1036PropertyAttributes = TypeDescriptor.GetAttributes(typeof(ModelItem)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(ScopeValueEditor), typeof(PropertyValueEditor)) }).ToArray(), 1048PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1214.Union(new PropertyDescriptor[] { new ItemsCollectionPropertyDescriptor(type) }).ToArray()); 1221.Union(new PropertyDescriptor[] { new ItemsCollectionPropertyDescriptor(type) }).ToArray());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
184.Union(new PropertyDescriptor[] { this.ImportDescriptor }).ToArray());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
827PropertyAttributes = TypeDescriptor.GetAttributes(typeof(PropertyKind)).OfType<Attribute>().Union( new Attribute[] { new EditorAttribute(typeof(DirectionPropertyEditor), typeof(PropertyValueEditor)) }).ToArray(), 839PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(), 866PropertyAttributes = TypeDescriptor.GetAttributes(typeof(bool)).OfType<Attribute>().Union(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
694allAssemblies = allAssemblies.Union<Assembly>(new Collection<Assembly> {
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1036PropertyAttributes = TypeDescriptor.GetAttributes(typeof(ModelItem)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(ScopeValueEditor), typeof(PropertyValueEditor)) }).ToArray(), 1048PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
438List<MemberPath> nonConditionalAttributes = GetNonConditionalScalarMembers(edmType, currentPath, _domainMap).Union(GetNonConditionalComplexMembers(edmType, currentPath, _domainMap)).ToList();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
491IEnumerable<string> edmTypesForErrorString = edmTypesForFirstCellWrapper.Select(it => it.FullName).Union(edmTypesForSecondCellWrapper.Select(it => it.FullName));
System\Data\Mapping\ViewGeneration\Validator.cs (1)
296var cellsToReport = Enumerable.Union(Enumerable.Repeat(cell, 1), mapepdFragments);
System\Data\Metadata\MappingMetadataHelper.cs (1)
35foreach (StorageTypeMapping typeMap in extentMap.TypeMappings.Where(map => map.Types.Union(map.IsOfTypes).Contains(entityType)))
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4146.Union(context.bindings.Values.Cast<Descriptor>())
System.Web (1)
Compilation\BuildManager.cs (1)
1366.Union(s_dynamicallyAddedReferencedAssembly)