5 references to Find
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBoxFinds.cs (1)
7
/// Specifies how the <see cref="RichTextBox.
Find
(string, RichTextBoxFinds)"/> method works.
System.Windows.Forms.Tests (4)
System\Windows\Forms\RichTextBoxTests.cs (4)
8012
Assert.Equal(expected, control.
Find
(str, options));
8177
Assert.Equal(expected, control.
Find
(str, options));
8432
Assert.Throws<ArgumentNullException>("str", () => control.
Find
(null, RichTextBoxFinds.None));
8450
Assert.Throws<ArgumentNullException>("str", () => control.
Find
(null, RichTextBoxFinds.None));