using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.ComponentModel;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Input;namespace videoteka{ public class FilteredComboBox : ComboBox { //// // Public Fields //// /// <summary> /// The search string treshold length. /// </summary> /// <remarks> /// It's implemented as a Dependency Property, so you can set it in a XAML template /// </remarks> public static readonly DependencyProperty MinimumSearchLengthProperty = DependencyProperty.Register( "MinimumSearchLength",