3 references to CustomBackColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewItemConverter.cs (2)
98item.SubItems[0].CustomBackColor ? item.BackColor : Color.Empty, 118item.SubItems[0].CustomBackColor ? item.BackColor : Color.Empty,
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
237Assert.True(result.CustomBackColor);