27 references to Insert
mscorlib (2)
system\io\path.cs (1)
952return path.Insert(2, UNCLongPathPrefixToInsert); // Given \\server\share in longpath becomes \\?\UNC\server\share => UNCLongPathPrefix + path.SubString(2); => The actual command simply reduces the operation cost.
system\io\pathinternal.cs (1)
175return path.Insert(2, UncExtendedPrefixToInsert);
PresentationFramework (1)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1574surrounding = surrounding.Insert(0, new string(buffer, 0, copied));
System (2)
net\System\URI.cs (2)
1061str = str.Insert(1, ":"); 4619str = str.Insert(dosPathIdx + m_Info.Offset.Path -1, ":");
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (3)
224line = line.Insert(idx, str2); 362return line.Insert(insertPoint,"static "); 382return line.Insert(index,insertText+" ");
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (3)
222line = line.Insert(idx, str2); 360return line.Insert(insertPoint,"static "); 380return line.Insert(index,insertText+" ");
System.Web (3)
HttpResponse.cs (1)
2462url = url.Insert(i + 1, _redirectQueryStringInline);
UI\WebControls\TextBox.cs (2)
599result = result.Insert(8, "."); 602result = result.Insert(4, ".");
System.Web.DataVisualization (5)
Common\DataManager\DataPoint.cs (2)
2579result = result.Insert(keyIndex, strToReplace); 2642result = result.Insert(keyStartIndex, attributeValue);
Common\DataManager\DataSeries.cs (2)
1305 result = result.Insert(keyIndex, 1352 result = result.Insert(keyIndex,
Common\Utilities\ValueConverter.cs (1)
93 convertionFormat = convertionFormat.Insert(bracketIndex + 1, "0:");
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
140webCalendarHtml = webCalendarHtml.Insert(index + _bgColorInsertionPointInPattern, selectedDateBGColor);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
277url = url.Insert(ampPos + 1, ampEscaped); 879queryString = queryString.Insert(valueStart, "$(" + MapClientIDToShortName("__facn", false) + ")");
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataPoint.cs (2)
2579result = result.Insert(keyIndex, strToReplace); 2642result = result.Insert(keyStartIndex, attributeValue);
Common\DataManager\DataSeries.cs (2)
1305 result = result.Insert(keyIndex, 1352 result = result.Insert(keyIndex,
Common\Utilities\ValueConverter.cs (1)
93 convertionFormat = convertionFormat.Insert(bracketIndex + 1, "0:");