public PicMeanFilterWindow(BitmapSource bs) { InitializeComponent(); this.bs = bs; Content.DataContext = picMeanFilterControl; Radius.AddHandler(Slider.MouseLeftButtonUpEvent, new MouseButtonEventHandler(Slider_MouseLeftButtonUp), true); }