From be05b1dac52258fb5a9433c89abb23beba1110e5 Mon Sep 17 00:00:00 2001 From: Austin Bachurski Date: Thu, 10 Oct 2024 12:41:48 -0600 Subject: [PATCH 1/2] Fix typo, `UserControl` tag was not closed. --- docs/get-started/wpf/datatemplates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/wpf/datatemplates.md b/docs/get-started/wpf/datatemplates.md index 529d41708..1619ded4e 100644 --- a/docs/get-started/wpf/datatemplates.md +++ b/docs/get-started/wpf/datatemplates.md @@ -25,7 +25,7 @@ For example, this code adds a data template to display the view model class `MyV radius of 8 containing a TextBox will be displayed here. DataType is required only if you use Compiled Bindings, so it can be type-checked. --> - + ``` Data templates in Avalonia can also target interfaces and derived classes (which cannot be done in WPF) and so the order of `DataTemplate`s can be important: `DataTemplate`s within the same collection are evaluated in declaration order so you need to place them from most-specific to least-specific as you would in code. From 8ed1938980cdbee445804ffad514c370c6104a9c Mon Sep 17 00:00:00 2001 From: Austin Bachurski Date: Thu, 10 Oct 2024 12:42:06 -0600 Subject: [PATCH 2/2] Fix typo, `UserControl` tag was not closed. --- docs/get-started/wpf/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/wpf/styling.md b/docs/get-started/wpf/styling.md index 9bad13920..2782594a0 100644 --- a/docs/get-started/wpf/styling.md +++ b/docs/get-started/wpf/styling.md @@ -18,7 +18,7 @@ The following code shows a `UserControl` which defines its own CSS-like style. Header - + ``` \ No newline at end of file