System.Windows.Controls.AutoCompleteBox.AutoCompleteBox C# (CSharp) Method

AutoCompleteBox() static private method

Initializes the static members of the T:System.Windows.Controls.AutoCompleteBox class.
static private AutoCompleteBox ( ) : System.Collections
return System.Collections
        static AutoCompleteBox()
        {
            DefaultStyleKeyProperty.OverrideMetadata(typeof(AutoCompleteBox), new FrameworkPropertyMetadata(typeof(AutoCompleteBox)));
        }
#endif