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