2 writes to
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
194this[index] = (string?)value;
System.Configuration.ConfigurationManager (1)
System\Configuration\StringAttributeCollection.cs (1)
33base[index] = value.Trim();
10 references to
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
254WriteNullableStringLiteral(@"type", @"http://microsoft.com/webReference/", ((System.String)a[ia]));
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
190return this[index];
System.Configuration.ConfigurationManager (1)
System\Configuration\StringAttributeCollection.cs (1)
27get { return base[index]; }
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
465nextRibbonGroup = FindRibbonGroupWithName(GroupSizeReductionOrder[groupReduceOrderLocation--]);
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (1)
122sb.Append(stringCollectionValue[i]);
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1643StateImageKey = _treeView.StateImageList.Images.Keys[StateImageIndex];
System\Windows\Forms\ImageKeyConverter.cs (1)
165string? key = imageKeys[i];
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs (1)
59if (imageKeys[i] is { Length: not 0 } imageKey)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
98imageListImages[i] = new ImageListImage(source[i]) { Name = source.Keys[i] };
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
123_items.Add(new ImageListImage((Bitmap)_owner.ImageList.Images[i], imageKeys[i]));