private void AddWaybillLineFromCatalog_IsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e) { if ((bool)e.NewValue == false) { return; } Dispatcher.BeginInvoke(DispatcherPriority.ContextIdle, new Action(delegate() { Catalogs.Focus(); })); }