From d6134885b267138e4c2886a0a7a02ef30a9435c1 Mon Sep 17 00:00:00 2001 From: brianlagunas_cp Date: Thu, 31 Mar 2011 14:17:24 +0000 Subject: [PATCH] NumericUpDown: fixed small issue with FormatString. --- .../NumericUpDown/Implementation/NumericUpDown.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/NumericUpDown/Implementation/NumericUpDown.cs b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/NumericUpDown/Implementation/NumericUpDown.cs index 296562fa..aaa90eb4 100644 --- a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/NumericUpDown/Implementation/NumericUpDown.cs +++ b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/NumericUpDown/Implementation/NumericUpDown.cs @@ -92,7 +92,8 @@ namespace Microsoft.Windows.Controls protected virtual void OnStringFormatChanged(string oldValue, string newValue) { - SyncTextAndValueProperties(NumericUpDown.TextProperty, Value); + //Don't think this is needed anymore + //SyncTextAndValueProperties(NumericUpDown.TextProperty, Value); } #endregion //FormatString