4 references to ContentWrappers
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (2)
747if (xamlType.ContentWrappers is not null) 754foreach (var contentWrapperType in xamlType.ContentWrappers)
System\Xaml\XamlType.cs (2)
683IList<XamlType> contentWrappers = ContentWrappers ?? EmptyList<XamlType>.Value; 786IList<XamlType> baseWrappers = BaseType.ContentWrappers;