5 references to RelatedImageList
System.Windows.Forms (2)
misc\ImageListUtils.cs (2)
21|| relatedAttribute.RelatedImageList is null) 29string[] pathInfo = relatedAttribute.RelatedImageList.Split('.');
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageIndexEditor.cs (2)
148if (imageListAttribute.RelatedImageList is null) 153string[] pathInfo = imageListAttribute.RelatedImageList.Split('.');
System.Windows.Forms.Tests (1)
System\Windows\Forms\RelatedImageListAttributeTests.cs (1)
13new RelatedImageListAttribute(value).RelatedImageList.Should().Be(value);