Base:
property
Site
System.Windows.Forms.Control.Site
8 references to Site
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (8)
2321
if (
Site
!= null) {
2322
IDesignerHost host = (IDesignerHost)
Site
.GetService(typeof(IDesignerHost));
2392
ISite site =
Site
;
3327
ISite isite =
Site
;
3370
if (
Site
!= null)
3371
host = (IDesignerHost)
Site
.GetService(typeof(IDesignerHost));
4382
ISite site = host.
Site
;
5666
ISite site = ctl.
Site
;