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