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