2 writes to font
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1460
this.style.
font
= font;
1554
style.
font
= value;
4 references to font
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListViewItem.cs (4)
1513
return style != null && style.
font
!= null;
1538
if (style != null && style.
font
!= null) {
1539
return style.
font
;
1553
if (style.
font
!= value) {