7 references to PropertyArrayEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
621case BamlRecordType.PropertyArrayEnd: 2131expectedType = BamlRecordType.PropertyArrayEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
92case BamlRecordType.PropertyArrayEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
676case BamlRecordType.PropertyArrayEnd:
System\Windows\Markup\BamlRecords.cs (2)
628case BamlRecordType.PropertyArrayEnd: 2909get { return BamlRecordType.PropertyArrayEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1293(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayEnd);