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