Base:
property
Site
System.Windows.Forms.Control.Site
8 references to Site
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (8)
3747if (this.Site == null || !this.Site.DesignMode) 4440if (this.Site == null || !this.Site.DesignMode) 4637ISite temp = this.Site; 8966if (dgrid.DesignMode && dgrid.Site != null) { 8967IDesignerHost host = (IDesignerHost)dgrid.Site.GetService(typeof(IDesignerHost)); 8971IContainer container = dgrid.Site.Container;