Esempio n. 1
0
 public NumericTextBox()
 {
     DataContextChanged += NumericTextBox_DataContextChanged;
     _uiExecutive = new SimpleUiExecutive(this.Dispatcher);
 }
        // ReSharper restore DoNotCallOverridableMethodsInConstructor

        public SortedObservableCollection()
        {
            _uiExecutive = new SimpleUiExecutive();
        }
Esempio n. 3
0
 public NumericTextBox()
 {
     DataContextChanged += NumericTextBox_DataContextChanged;
     _uiExecutive        = new SimpleUiExecutive(this.Dispatcher);
 }