From 822f23bf20b55b4a65b4afdefb8e444feeba4d60 Mon Sep 17 00:00:00 2001 From: Nick Polyak Date: Sun, 3 Oct 2021 21:53:15 +0000 Subject: [PATCH] GitBook: [master] one page modified --- .../introduction-to-avalonia-wpf-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md b/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md index 6910b84..1ebadcf 100644 --- a/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md +++ b/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md @@ -3140,7 +3140,7 @@ And the buttons' commands are bound to the corresponding public methods: `Cancel The representation at the top is exactly the same as in the previous sample - while in the bottom I changed the row orders, so that the buttons are at the top, saved text in the middle and TextBox is at the bottom. That would not be possible with the User Control. -Take a look at the code of the sample. Templates for both visual representations are located within Resources.axaml file under Themes project folder. MainWindow.axaml file contains a ResourceInclude for that file and StaticResource references to the two implementations - CustomControlTemplate1 and CustomControlTemplate2: +Take a look at the code of the sample. Templates for both visual representations are located within Resources.axaml file under Themes project folder. MainWindow.axaml file contains a ResourceInclude for that file and `StaticResource` references to the two implementations - CustomControlTemplate1 and CustomControlTemplate2: ```markup