Implemented interface member:
property
Site
System.ComponentModel.IComponent.Site
3 references to Site
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
856
if (this.
Site
!= null && !String.IsNullOrEmpty(this.
Site
.Name))
858
this.name = this.
Site
.Name;