2 writes to name
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ColumnHeader.cs (2)
274this.name = ""; 277this.name = value;
2 references to name
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ColumnHeader.cs (2)
270return WindowsFormsUtils.GetComponentName(this,name); 480return !string.IsNullOrEmpty(this.name);