11 references to Remove
PresentationBuildTasks (1)
Framework\System\Windows\SystemResourceKey.cs (1)
376srkField = memberName.Remove(memberName.Length - 3);
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
376srkField = memberName.Remove(memberName.Length - 3);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
282iconKey = iconKey.Remove(genericParamsIndex);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
282iconKey = iconKey.Remove(genericParamsIndex);
System.Data.Entity (1)
System\Data\Metadata\MetadataCache.cs (1)
150paths = paths.Remove(macroPathBeginIndex); // update the concatenated list of paths
System.ServiceModel (2)
System\UriTemplateCompoundPathSegment.cs (1)
37segment = segment.Remove(segment.Length - 1);
System\UriTemplateLiteralPathSegment.cs (1)
27this.segment = segment.Remove(segment.Length - 1);
System.Web (1)
Util\SecUtil.cs (1)
41appName = appName.Remove(indexOfDot);
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
888metadataPaths = metadataPaths.Remove(macroPathBeginIndex); // update the concatenated list of paths
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2250this.MatchingText = this.MatchingText.Remove(this.MatchingText.Length - 1);
winforms\Managed\System\WinForms\TrustManager.cs (1)
716host = host.Remove(separatorIndex);