3 references to AutoCompleteClassName
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (3)
39
Span<char> buffer = stackalloc char[
AutoCompleteClassName
.Length + 2];
45
if (length ==
AutoCompleteClassName
.Length && buffer.StartsWith(
AutoCompleteClassName
))