@ -363,6 +363,8 @@ bb
}
}
[Test]
[Test]
[Ignore("To fix this Test, we need a special Handling for Setter class, because MS Xaml Parser casts the Value of a Setter to the PropertyType wich is defined in another Property!")]
//Or maybe we need support for XamlSetTypeConverterAttribute, TypeConverterAttribute(typeof(SetterTriggerConditionValueConverter)), ...
public void ListBox2 ( )
public void ListBox2 ( )
{
{
TestLoading ( @ "<Window
TestLoading ( @ "<Window
@ -382,18 +384,35 @@ bb
< / Window > ");
< / Window > ");
}
}
[Test]
[Test]
public void Window1 ( )
public void ListBox3 ( )
{
{
var xaml = @ "<Window
TestLoading ( @ "<Window
xmlns = "" http : //schemas.microsoft.com/winfx/2006/xaml/presentation""
xmlns : x = "" http : //schemas.microsoft.com/winfx/2006/xaml"">
< Canvas >
< ListBox >
< ListBox . ItemContainerStyle >
< Style / >
< / ListBox . ItemContainerStyle >
< Image / >
< / ListBox >
< / Canvas >
< / Window > ");
}
[Test]
public void Window1 ( )
{
var xaml = @ "<Window
xmlns = "" http : //schemas.microsoft.com/winfx/2006/xaml/presentation""
xmlns = "" http : //schemas.microsoft.com/winfx/2006/xaml/presentation""
xmlns : x = "" http : //schemas.microsoft.com/winfx/2006/xaml"" IsActive=""true"">
xmlns : x = "" http : //schemas.microsoft.com/winfx/2006/xaml"" IsActive=""true"">
< / Window > ";
< / Window > ";
XamlParser . Parse ( new StringReader ( xaml ) ) ;
XamlParser . Parse ( new StringReader ( xaml ) ) ;
}
}
[Test]
[Test]
public void CData1 ( )
public void CData1 ( )
{
{
TestLoading ( @ "<Window
TestLoading ( @ "<Window