3 references to MatchCase
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2015if ((options & RichTextBoxFinds.MatchCase) == RichTextBoxFinds.MatchCase)
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1251nStartSearch = this.Find(keywords[i], nStartSearch, RichTextBoxFinds.MatchCase | RichTextBoxFinds.WholeWord);