1 implementation of INestedSite
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NestedContainer.cs (1)
104private sealed class Site : INestedSite
7 references to INestedSite
netstandard (1)
netstandard.cs (1)
338[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedSite))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
324[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedSite))]
System.ComponentModel.TypeConverter (5)
System\ComponentModel\NestedContainer.cs (1)
47if (Owner.Site is INestedSite nestedOwnerSite)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
849INestedSite? ns = comp?.Site as INestedSite;
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
166INestedSite? nestedSite = site as INestedSite;