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