1 implementation of INestedSite
System (1)
compmod\system\componentmodel\NestedContainer.cs (1)
113
private class Site :
INestedSite
8 references to INestedSite
System (6)
compmod\system\componentmodel\NestedContainer.cs (2)
57
INestedSite
nestedOwnerSite = _owner.Site as
INestedSite
;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (4)
765
INestedSite
ns = comp.Site as
INestedSite
;
1599
INestedSite
nestedSite = site as
INestedSite
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14514
if (!(site is
INestedSite
))
14521
if (!(site is
INestedSite
))