4 references to PropertyArrayEnd
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
97case BamlRecordType.PropertyArrayEnd: // End record
Framework\System\Windows\Markup\BamlRecords.cs (2)
640case BamlRecordType.PropertyArrayEnd: 3015get { return BamlRecordType.PropertyArrayEnd; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1308(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayEnd);