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