7 references to PropertyArrayEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
622case BamlRecordType.PropertyArrayEnd: 2132expectedType = BamlRecordType.PropertyArrayEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
93case BamlRecordType.PropertyArrayEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
677case BamlRecordType.PropertyArrayEnd:
System\Windows\Markup\BamlRecords.cs (2)
629case BamlRecordType.PropertyArrayEnd: 2910get { return BamlRecordType.PropertyArrayEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1294(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayEnd);