Interaction logic for NumericUpDownTextBox.xaml
Inheritance: System.Windows.Controls.TextBox
Esempio n. 1
0
 public ButtonsProperties(NumericUpDownTextBox textBox)
 {
     parent = textBox;
 }
 public ButtonsProperties(NumericUpDownTextBox textBox)
 {
     parent = textBox;
 }
Esempio n. 3
0
 private static void ButtonPropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e)
 {
     NumericUpDownTextBox target = (NumericUpDownTextBox)d;
     target.ButtonsViewModel.NotifyPropertyChanged(e.Property.ToString());
 }