5 writes to style
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListViewItem.cs (5)
1457
this.
style
= new SubItemStyle();
1482
style
= new SubItemStyle();
1550
style
= new SubItemStyle();
1580
style
= new SubItemStyle();
1682
style
= null;
29 references to style
System.Windows.Forms (29)
winforms\Managed\System\WinForms\ListViewItem.cs (29)
1458
this.
style
.foreColor = foreColor;
1459
this.
style
.backColor = backColor;
1460
this.
style
.font = font;
1470
if (
style
!= null &&
style
.backColor != Color.Empty) {
1471
return
style
.backColor;
1481
if (
style
== null) {
1485
if (
style
.backColor != value) {
1486
style
.backColor = value;
1507
return
style
!= null && !
style
.backColor.IsEmpty;
1513
return
style
!= null &&
style
.font != null;
1519
return
style
!= null && !
style
.foreColor.IsEmpty;
1525
return
style
!= null;
1538
if (
style
!= null &&
style
.font != null) {
1539
return
style
.font;
1549
if (
style
== null) {
1553
if (
style
.font != value) {
1554
style
.font = value;
1568
if (
style
!= null &&
style
.foreColor != Color.Empty) {
1569
return
style
.foreColor;
1579
if (
style
== null) {
1583
if (
style
.foreColor != value) {
1584
style
.foreColor = value;
1681
if (
style
!= null) {