4 references to CustomStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItemConverter.cs (2)
51if (item.SubItems[i].CustomStyle) 80if (item.SubItems[0].CustomStyle)
System\Windows\Forms\Controls\ListView\ListViewSubItemConverter.cs (1)
33if (item.CustomStyle)
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
235Assert.True(result.CustomStyle);