7 references to PropertyArrayEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
620
case BamlRecordType.
PropertyArrayEnd
:
2113
expectedType = BamlRecordType.
PropertyArrayEnd
;
System\Windows\Markup\BamlRecordHelper.cs (1)
93
case BamlRecordType.
PropertyArrayEnd
: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
686
case BamlRecordType.
PropertyArrayEnd
:
System\Windows\Markup\BamlRecords.cs (2)
635
case BamlRecordType.
PropertyArrayEnd
:
2916
get { return BamlRecordType.
PropertyArrayEnd
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1296
(BamlPropertyArrayEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyArrayEnd
);