7 references to IndexOf
mscorlib (1)
system\runtime\remoting\soap.cs (1)
655
int index = inNamespace.
IndexOf
("/", fullNS.Length);
System (3)
net\System\Net\_DigestClient.cs (1)
164
index = challenge.QualityOfProtection.
IndexOf
(HttpDigest.SupportedQuality, index);
net\System\Net\_FtpControlStream.cs (1)
1210
while((index = responseString.
IndexOf
("\r\n", validThrough)) != -1) // gets the end line.
net\System\Net\HttpWebResponse.cs (1)
222
while ((i = srchString.
IndexOf
("charset",i)) >= 0){
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
158
if (Text.
IndexOf
("\r\n", end) == -1)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
362
newLineIndex = valueString.
IndexOf
("\r\n", newLineIndex + 1);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
184
if (this.Text.
IndexOf
("\r\n", end) != -1)