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