Browse Source
Merge branch 'master' into fixes/transitions-disposal
pull/2517/head
Jumar Macato
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
74 changed files with
353 additions and
36 deletions
-
.ncrunch/Avalonia.Animation.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Animation.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Animation.v3.ncrunchproject
-
.ncrunch/Avalonia.Base.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Base.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Base.v3.ncrunchproject
-
.ncrunch/Avalonia.Benchmarks.v3.ncrunchproject
-
.ncrunch/Avalonia.Build.Tasks.v3.ncrunchproject
-
.ncrunch/Avalonia.Controls.DataGrid.v3.ncrunchproject
-
.ncrunch/Avalonia.Controls.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Controls.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Controls.v3.ncrunchproject
-
.ncrunch/Avalonia.Designer.HostApp.net461.v3.ncrunchproject
-
.ncrunch/Avalonia.Designer.HostApp.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.DesignerSupport.v3.ncrunchproject
-
.ncrunch/Avalonia.DesktopRuntime.net461.v3.ncrunchproject
-
.ncrunch/Avalonia.DesktopRuntime.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Diagnostics.v3.ncrunchproject
-
.ncrunch/Avalonia.Direct2D1.RenderTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Direct2D1.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Direct2D1.v3.ncrunchproject
-
.ncrunch/Avalonia.Gtk3.v3.ncrunchproject
-
.ncrunch/Avalonia.Input.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Input.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Input.v3.ncrunchproject
-
.ncrunch/Avalonia.Interactivity.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Interactivity.v3.ncrunchproject
-
.ncrunch/Avalonia.Layout.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Layout.v3.ncrunchproject
-
.ncrunch/Avalonia.LeakTests.v3.ncrunchproject
-
.ncrunch/Avalonia.LinuxFramebuffer.v3.ncrunchproject
-
.ncrunch/Avalonia.Logging.Serilog.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.Xaml.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.Xaml.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.Xaml.v3.ncrunchproject
-
.ncrunch/Avalonia.Markup.v3.ncrunchproject
-
.ncrunch/Avalonia.OpenGL.v3.ncrunchproject
-
.ncrunch/Avalonia.ReactiveUI.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.ReactiveUI.v3.ncrunchproject
-
.ncrunch/Avalonia.Skia.RenderTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Skia.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Skia.v3.ncrunchproject
-
.ncrunch/Avalonia.Styling.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Styling.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Styling.v3.ncrunchproject
-
.ncrunch/Avalonia.Themes.Default.v3.ncrunchproject
-
.ncrunch/Avalonia.UnitTests.v3.ncrunchproject
-
.ncrunch/Avalonia.Visuals.UnitTests.net47.v3.ncrunchproject
-
.ncrunch/Avalonia.Visuals.UnitTests.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.Visuals.v3.ncrunchproject
-
.ncrunch/Avalonia.Win32.Interop.v3.ncrunchproject
-
.ncrunch/Avalonia.Win32.v3.ncrunchproject
-
.ncrunch/Avalonia.X11.v3.ncrunchproject
-
.ncrunch/Avalonia.netcoreapp2.0.v3.ncrunchproject
-
.ncrunch/Avalonia.netstandard2.0.v3.ncrunchproject
-
.ncrunch/Direct3DInteropSample.v3.ncrunchproject
-
.ncrunch/PlatformSanityChecks.v3.ncrunchproject
-
build/EmbedXaml.props
-
samples/BindingDemo/App.xaml
-
samples/BindingDemo/BindingDemo.csproj
-
samples/BindingDemo/MainWindow.xaml
-
samples/BindingDemo/TestItemView.xaml
-
samples/RemoteDemo/RemoteDemo.csproj
-
samples/RenderDemo/App.xaml
-
samples/RenderDemo/MainWindow.xaml
-
samples/RenderDemo/Pages/AnimationsPage.xaml
-
samples/RenderDemo/Pages/ClippingPage.xaml
-
samples/RenderDemo/Pages/DrawingPage.xaml
-
samples/RenderDemo/RenderDemo.csproj
-
samples/VirtualizationDemo/App.xaml
-
samples/VirtualizationDemo/MainWindow.xaml
-
samples/VirtualizationDemo/VirtualizationDemo.csproj
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,5 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -4,6 +4,9 @@ |
|
|
<Value>..\TestFiles\Direct2D1\**.*</Value> |
|
|
<Value>..\TestFiles\Direct2D1\**.*</Value> |
|
|
</AdditionalFilesToIncludeForProject> |
|
|
</AdditionalFilesToIncludeForProject> |
|
|
<DefaultTestTimeout>3000</DefaultTestTimeout> |
|
|
<DefaultTestTimeout>3000</DefaultTestTimeout> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,3 +1,7 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings /> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -4,6 +4,9 @@ |
|
|
<Value>..\TestFiles\Skia\**.*</Value> |
|
|
<Value>..\TestFiles\Skia\**.*</Value> |
|
|
</AdditionalFilesToIncludeForProject> |
|
|
</AdditionalFilesToIncludeForProject> |
|
|
<DefaultTestTimeout>3000</DefaultTestTimeout> |
|
|
<DefaultTestTimeout>3000</DefaultTestTimeout> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,3 +1,7 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings /> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,8 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>DerivedFilesIncludedInWorkspace</Value> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,8 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>DerivedFilesIncludedInWorkspace</Value> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -1,5 +1,8 @@ |
|
|
<ProjectConfiguration> |
|
|
<ProjectConfiguration> |
|
|
<Settings> |
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully> |
|
|
</Settings> |
|
|
</Settings> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
<ProjectConfiguration> |
|
|
|
|
|
<Settings> |
|
|
|
|
|
<HiddenComponentWarnings> |
|
|
|
|
|
<Value>MissingOrIgnoredProjectReference</Value> |
|
|
|
|
|
</HiddenComponentWarnings> |
|
|
|
|
|
</Settings> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
@ -8,4 +8,4 @@ |
|
|
<SubType>Designer</SubType> |
|
|
<SubType>Designer</SubType> |
|
|
</AvaloniaResource> |
|
|
</AvaloniaResource> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
</Project> |
|
|
</Project> |
|
|
@ -1,6 +1,9 @@ |
|
|
<Application xmlns="https://github.com/avaloniaui"> |
|
|
<Application |
|
|
<Application.Styles> |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
x:Class="BindingDemo.App"> |
|
|
</Application.Styles> |
|
|
<Application.Styles> |
|
|
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/> |
|
|
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> |
|
|
|
|
|
</Application.Styles> |
|
|
</Application> |
|
|
</Application> |
|
|
@ -14,4 +14,5 @@ |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
</Project> |
|
|
</Project> |
|
|
|
|
|
@ -1,6 +1,7 @@ |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' |
|
|
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' |
|
|
xmlns:vm="clr-namespace:BindingDemo.ViewModels" |
|
|
x:Class="BindingDemo.MainWindow" |
|
|
|
|
|
xmlns:vm="clr-namespace:BindingDemo.ViewModels" |
|
|
xmlns:local="clr-namespace:BindingDemo" |
|
|
xmlns:local="clr-namespace:BindingDemo" |
|
|
Title="AvaloniaUI Bindings Test" |
|
|
Title="AvaloniaUI Bindings Test" |
|
|
Width="800" |
|
|
Width="800" |
|
|
|
|
|
@ -1,4 +1,6 @@ |
|
|
<UserControl xmlns="https://github.com/avaloniaui"> |
|
|
<UserControl xmlns="https://github.com/avaloniaui" |
|
|
|
|
|
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' |
|
|
|
|
|
x:Class="BindingDemo.TestItemView"> |
|
|
<StackPanel> |
|
|
<StackPanel> |
|
|
<TextBlock Classes="h1" Text="{Binding StringValue}"/> |
|
|
<TextBlock Classes="h1" Text="{Binding StringValue}"/> |
|
|
<TextBox Text="{Binding Detail}" AcceptsReturn="True"/> |
|
|
<TextBox Text="{Binding Detail}" AcceptsReturn="True"/> |
|
|
|
|
|
@ -1,14 +1,12 @@ |
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFramework>netcoreapp2.0</TargetFramework> |
|
|
<TargetFramework>netcoreapp2.0</TargetFramework> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
</Project> |
|
|
</Project> |
|
|
|
|
|
@ -1,7 +1,10 @@ |
|
|
<Application xmlns="https://github.com/avaloniaui"> |
|
|
<Application |
|
|
<Application.Styles> |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
x:Class="RenderDemo.App"> |
|
|
<StyleInclude Source="resm:RenderDemo.SideBar.xaml"/> |
|
|
<Application.Styles> |
|
|
</Application.Styles> |
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/> |
|
|
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> |
|
|
|
|
|
<StyleInclude Source="avares://RenderDemo/SideBar.xaml"/> |
|
|
|
|
|
</Application.Styles> |
|
|
</Application> |
|
|
</Application> |
|
|
@ -1,4 +1,6 @@ |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
x:Class="RenderDemo.MainWindow" |
|
|
Title="AvaloniaUI Rendering Test" |
|
|
Title="AvaloniaUI Rendering Test" |
|
|
xmlns:pages="clr-namespace:RenderDemo.Pages" |
|
|
xmlns:pages="clr-namespace:RenderDemo.Pages" |
|
|
Width="800" |
|
|
Width="800" |
|
|
|
|
|
@ -1,6 +1,7 @@ |
|
|
<UserControl |
|
|
<UserControl |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
x:Class="RenderDemo.Pages.AnimationsPage"> |
|
|
<UserControl.Styles> |
|
|
<UserControl.Styles> |
|
|
<Styles> |
|
|
<Styles> |
|
|
<Styles.Resources> |
|
|
<Styles.Resources> |
|
|
|
|
|
@ -1,9 +1,11 @@ |
|
|
<UserControl |
|
|
<UserControl |
|
|
xmlns="https://github.com/avaloniaui"> |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
x:Class="RenderDemo.Pages.ClippingPage"> |
|
|
<Grid ColumnDefinitions="Auto" RowDefinitions="Auto,Auto"> |
|
|
<Grid ColumnDefinitions="Auto" RowDefinitions="Auto,Auto"> |
|
|
<Grid.Styles> |
|
|
<Grid.Styles> |
|
|
<Styles> |
|
|
<Styles> |
|
|
<Style Selector="Border#clipped :pointerover"> |
|
|
<Style Selector="Border#clipped:pointerover"> |
|
|
<Setter Property="Border.Background" Value="Crimson"/> |
|
|
<Setter Property="Border.Background" Value="Crimson"/> |
|
|
</Style> |
|
|
</Style> |
|
|
<Style Selector="Border#clipChild"> |
|
|
<Style Selector="Border#clipChild"> |
|
|
@ -17,10 +19,10 @@ xmlns="https://github.com/avaloniaui"> |
|
|
</Style> |
|
|
</Style> |
|
|
</Styles> |
|
|
</Styles> |
|
|
</Grid.Styles> |
|
|
</Grid.Styles> |
|
|
<Border Name="clipped" |
|
|
<Border Name="clipped" |
|
|
Background="Yellow" |
|
|
Background="Yellow" |
|
|
Width="100" |
|
|
Width="100" |
|
|
Height="100" |
|
|
Height="100" |
|
|
Clip="M 58.625 0.07421875 |
|
|
Clip="M 58.625 0.07421875 |
|
|
C 50.305778 0.26687364 42.411858 7.0346526 41.806641 15.595703 |
|
|
C 50.305778 0.26687364 42.411858 7.0346526 41.806641 15.595703 |
|
|
C 42.446442 22.063923 39.707425 13.710754 36.982422 12.683594 |
|
|
C 42.446442 22.063923 39.707425 13.710754 36.982422 12.683594 |
|
|
|
|
|
@ -1,5 +1,7 @@ |
|
|
<UserControl xmlns="https://github.com/avaloniaui" |
|
|
<UserControl |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
x:Class="RenderDemo.Pages.DrawingPage"> |
|
|
<UserControl.Styles> |
|
|
<UserControl.Styles> |
|
|
<Style> |
|
|
<Style> |
|
|
<Style.Resources> |
|
|
<Style.Resources> |
|
|
|
|
|
@ -14,4 +14,5 @@ |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
</Project> |
|
|
</Project> |
|
|
|
|
|
@ -1,6 +1,9 @@ |
|
|
<Application xmlns="https://github.com/avaloniaui"> |
|
|
<Application |
|
|
<Application.Styles> |
|
|
xmlns="https://github.com/avaloniaui" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
x:Class="VirtualizationDemo.App"> |
|
|
</Application.Styles> |
|
|
<Application.Styles> |
|
|
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/> |
|
|
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> |
|
|
|
|
|
</Application.Styles> |
|
|
</Application> |
|
|
</Application> |
|
|
@ -1,4 +1,6 @@ |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
<Window xmlns="https://github.com/avaloniaui" |
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
x:Class="VirtualizationDemo.MainWindow" |
|
|
Title="AvaloniaUI Virtualization Test" |
|
|
Title="AvaloniaUI Virtualization Test" |
|
|
Width="800" |
|
|
Width="800" |
|
|
Height="600"> |
|
|
Height="600"> |
|
|
|
|
|
@ -14,4 +14,5 @@ |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Project="..\..\build\ReactiveUI.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
</Project> |
|
|
</Project> |
|
|
|