3 references to PropMatchingText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
787string matchingText = (string)Properties.GetObject(PropMatchingText); 791if (value != null || this.Properties.ContainsObject(PropMatchingText)) { 792Properties.SetObject(PropMatchingText, value);