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