From 0441074f84046a9dbbf6621c55a9c03d862ddf5b Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 26 Dec 2014 12:52:20 +0000 Subject: [PATCH] Bind TextBox.Text two-way in template. --- Perspex.Themes.Default/TextBoxStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perspex.Themes.Default/TextBoxStyle.cs b/Perspex.Themes.Default/TextBoxStyle.cs index 065e2c7831..256406a59d 100644 --- a/Perspex.Themes.Default/TextBoxStyle.cs +++ b/Perspex.Themes.Default/TextBoxStyle.cs @@ -59,7 +59,7 @@ namespace Perspex.Themes.Default [~TextPresenter.CaretIndexProperty] = control[~TextBox.CaretIndexProperty], [~TextPresenter.SelectionStartProperty] = control[~TextBox.SelectionStartProperty], [~TextPresenter.SelectionEndProperty] = control[~TextBox.SelectionEndProperty], - [~TextPresenter.TextProperty] = control[~TextBox.TextProperty], + [~~TextPresenter.TextProperty] = control[~~TextBox.TextProperty], [~TextPresenter.TextWrappingProperty] = control[~TextBox.TextWrappingProperty], } }