private void InputUloha9RodCislo_KeyUp(object sender, KeyEventArgs e) { if (e.Key == Key.Enter) { var rodCisloObcan = InputUloha9RodCislo.Text; Uloha9List.ItemsSource = AfrikaKataster.Uloha9(rodCisloObcan); } }