Browse Source

Bind TextBox.Text two-way in template.

pull/39/head
Steven Kirk 12 years ago
parent
commit
0441074f84
  1. 2
      Perspex.Themes.Default/TextBoxStyle.cs

2
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],
}
}

Loading…
Cancel
Save