4 references to ContentWrappers
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (2)
743if (xamlType.ContentWrappers is not null) 750foreach (var contentWrapperType in xamlType.ContentWrappers)
System\Xaml\XamlType.cs (2)
727IList<XamlType> contentWrappers = ContentWrappers ?? ReadOnlyCollection<XamlType>.Empty; 838IList<XamlType> baseWrappers = BaseType.ContentWrappers;