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