public void SizeChanged() { if (this.DataContext is Order order) { order.NotifyPropertyChanged(); } }