3 writes to Type
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
3124
Type
= context.ExpectedType.GetElementType()
System.Xaml (2)
System\Windows\Markup\ArrayExtension.cs (2)
34
Type
= arrayType ?? throw new ArgumentNullException(nameof(arrayType));
46
Type
= elements.GetType().GetElementType();
5 references to Type
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
4842
elementType = ((ArrayExtension)element).
Type
.MakeArrayType();
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1011
if (property.PropertyType.IsAssignableFrom(arrayExt.
Type
.MakeArrayType()))
System.Xaml (3)
System\Windows\Markup\ArrayExtension.cs (3)
82
if (
Type
is null)
89
return _arrayList.ToArray(
Type
);
96
throw new InvalidOperationException(SR.Format(SR.MarkupExtensionArrayBadType,
Type
.Name));