1 implementation of IWrapper
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListAdapter.cs (1)
15internal sealed class ListAdapter<T> : IList<T>, IWrapper<IList>
2 references to IWrapper
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\AdapterHelpers.cs (1)
22internal static IList Unwrap<T>(this IList<T> list) => list is IWrapper<IList> wrapper ? wrapper.Unwrap() : (IList)list;
System\Windows\Forms\Design\ListAdapter.cs (1)
11/// <see cref="IWrapper&lt;IList&gt;"/> interfaces