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