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