Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<AbstractContainer Value1="{x:Null}" xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<AbstractContainer.Value2>
<DerivedObject Foo="x" />
</AbstractContainer.Value2>
</AbstractContainer>

View File

@@ -0,0 +1,8 @@
<AbstractContainer xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<AbstractContainer.Value1>
<x:Null />
</AbstractContainer.Value1>
<AbstractContainer.Value2>
<DerivedObject Foo="x" />
</AbstractContainer.Value2>
</AbstractContainer>

View File

@@ -0,0 +1,12 @@
<ResourcesDict xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TestObject TestProperty="{x:Null}" x:Name="__ReferenceID0">
<x:Key>
<x:String>TestDictItem</x:String>
</x:Key>
</TestObject>
<TestObject TestProperty="{x:Reference __ReferenceID0}">
<x:Key>
<x:String>okay</x:String>
</x:Key>
</TestObject>
</ResourcesDict>

View File

@@ -0,0 +1,4 @@
<ResourcesDict xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TestObject x:Key="TestDictItem" />
<TestObject x:Key="okay" TestProperty="{Resource TestDictItem}" />
</ResourcesDict>

View File

@@ -0,0 +1,6 @@
<ArgumentAttributed xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Arguments>
<x:String>foo</x:String>
<x:String>bar</x:String>
</x:Arguments>
</ArgumentAttributed>

View File

@@ -0,0 +1,5 @@
<x:Array Type="x:Int32" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Int32>5</x:Int32>
<x:Int32>-3</x:Int32>
<x:Int32>0</x:Int32>
</x:Array>

View File

@@ -0,0 +1 @@
<x:Array Type="x:Int32" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" />

View File

@@ -0,0 +1,5 @@
<ArrayList Capacity="3" xmlns="clr-namespace:System.Collections;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Int32>5</x:Int32>
<x:Int32>-3</x:Int32>
<x:Int32>0</x:Int32>
</ArrayList>

View File

@@ -0,0 +1,7 @@
<x:Array Type="x:Int32" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Int32>4</x:Int32>
<x:Int32>-5</x:Int32>
<x:Int32>0</x:Int32>
<x:Int32>255</x:Int32>
<x:Int32>2147483647</x:Int32>
</x:Array>

View File

@@ -0,0 +1,5 @@
<AttachedWrapper Attachable.Foo="x" xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0">
<AttachedWrapper.Value>
<Attached Attachable.Foo="y" />
</AttachedWrapper.Value>
</AttachedWrapper>

View File

@@ -0,0 +1,8 @@
<CollectionContentProperty xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<scg:List x:TypeArguments="SimpleClass" Capacity="4">
<SimpleClass />
<SimpleClass />
<SimpleClass />
<SimpleClass />
</scg:List>
</CollectionContentProperty>

View File

@@ -0,0 +1,7 @@
<!-- This should also be accepted (bug #681835) -->
<CollectionContentProperty xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SimpleClass />
<SimpleClass />
<SimpleClass />
<SimpleClass />
</CollectionContentProperty>

View File

@@ -0,0 +1,10 @@
<CollectionContentPropertyX xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:sc="clr-namespace:System.Collections;assembly=mscorlib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<scg:List x:TypeArguments="sc:IEnumerable" Capacity="4">
<scg:List x:TypeArguments="x:Object" Capacity="4">
<SimpleClass />
<SimpleClass />
<SimpleClass />
<SimpleClass />
</scg:List>
</scg:List>
</CollectionContentPropertyX>

View File

@@ -0,0 +1,8 @@
<CollectionContentPropertyX xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:sc="clr-namespace:System.Collections;assembly=mscorlib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<scg:List x:TypeArguments="sc:IEnumerable" Capacity="4">
<SimpleClass />
<SimpleClass />
<SimpleClass />
<SimpleClass />
</scg:List>
</CollectionContentPropertyX>

View File

@@ -0,0 +1,9 @@
<ComplexPositionalParameterWrapper xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ComplexPositionalParameterWrapper.Param>
<ComplexPositionalParameterClass>
<x:Arguments>
<ComplexPositionalParameterValue Foo="foo" />
</x:Arguments>
</ComplexPositionalParameterClass>
</ComplexPositionalParameterWrapper.Param>
</ComplexPositionalParameterWrapper>

View File

@@ -0,0 +1 @@
<ContentIncludedClass xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0">foo</ContentIncludedClass>

View File

@@ -0,0 +1,11 @@
<ContentPropertyContainer xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SimpleType x:Key="one">
<SimpleType />
<SimpleType />
<SimpleType.NonContentItems>
<SimpleType />
<SimpleType />
</SimpleType.NonContentItems>
</SimpleType>
<SimpleType x:Key="two" />
</ContentPropertyContainer>

View File

@@ -0,0 +1,5 @@
<Configurations xmlns="http://www.domain.com/path">
<Configurations.Active>
<Configuration Version="10.0.0.0" Path="./Config" />
</Configurations.Active>
</Configurations>

View File

@@ -0,0 +1 @@
<DateTime xmlns="clr-namespace:System;assembly=mscorlib">2010-04-14</DateTime>

View File

@@ -0,0 +1,5 @@
<Dictionary x:TypeArguments="x:Int32, x:String" xmlns="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:String x:Key="0">foo</x:String>
<x:String x:Key="5">bar</x:String>
<x:String x:Key="-2">baz</x:String>
</Dictionary>

Some files were not shown because too many files have changed in this diff Show More