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