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