整合自定义控件
This commit is contained in:
@@ -372,18 +372,6 @@ public partial class NumberBox : TextBox
|
||||
_valueUpdating = false;
|
||||
}
|
||||
|
||||
/*/// <inheritdoc />
|
||||
protected override void OnTextChanged(System.Windows.Controls.TextChangedEventArgs e)
|
||||
{
|
||||
base.OnTextChanged(e);
|
||||
|
||||
//if (new string[] { ",", ".", " " }.Any(s => Text.EndsWith(s)))
|
||||
// return;
|
||||
|
||||
//if (!_textUpdating)
|
||||
// UpdateValueToText();
|
||||
}*/
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void OnApplyTemplate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user