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

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