7 references to PropertyArrayEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
630
case BamlRecordType.
PropertyArrayEnd
:
2123
expectedType = BamlRecordType.
PropertyArrayEnd
;
System\Windows\Markup\BamlRecordHelper.cs (1)
94
case BamlRecordType.
PropertyArrayEnd
: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
695
case BamlRecordType.
PropertyArrayEnd
:
System\Windows\Markup\BamlRecords.cs (2)
641
case BamlRecordType.
PropertyArrayEnd
:
2922
get { return BamlRecordType.
PropertyArrayEnd
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1299
(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyArrayEnd
);