7 references to PropertyArrayEnd
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
639case BamlRecordType.PropertyArrayEnd: 2146expectedType = BamlRecordType.PropertyArrayEnd;
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
97case BamlRecordType.PropertyArrayEnd: // End record
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
709case BamlRecordType.PropertyArrayEnd:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
640case BamlRecordType.PropertyArrayEnd: 3015get { return BamlRecordType.PropertyArrayEnd; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1308(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayEnd);