Base:
property
Site
System.Windows.Forms.Control.Site
2 writes to Site
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
116this.genericParametersPropertyGrid.Site = new DummySite(this.serviceProvider); 824this.genericParametersPropertyGrid.Site = this;
3 references to Site
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2040param = this.Site; 5248if (s == null && owner.Site != null) { 5249s = owner.Site.GetService(serviceType);