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