4 references to ContentWrappers
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (2)
752if (xamlType.ContentWrappers != null) 759foreach (var contentWrapperType in xamlType.ContentWrappers)
System\Xaml\XamlType.cs (2)
686IList<XamlType> contentWrappers = ContentWrappers ?? EmptyList<XamlType>.Value; 789IList<XamlType> baseWrappers = BaseType.ContentWrappers;