1 instantiation of BamlPropertyArrayStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
639
record = new
BamlPropertyArrayStartRecord
();
4 references to BamlPropertyArrayStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
692
ReadPropertyArrayStartRecord((
BamlPropertyArrayStartRecord
)bamlRecord);
2983
protected void ReadPropertyArrayStartRecord(
BamlPropertyArrayStartRecord
bamlPropertyArrayStartRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1278
BamlPropertyArrayStartRecord
bamlPropertyArrayStart =
1279
(
BamlPropertyArrayStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayStart);