1 instantiation of BamlPropertyArrayStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
627
record = new
BamlPropertyArrayStartRecord
();
4 references to BamlPropertyArrayStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
674
ReadPropertyArrayStartRecord((
BamlPropertyArrayStartRecord
)bamlRecord);
2964
protected void ReadPropertyArrayStartRecord(
BamlPropertyArrayStartRecord
bamlPropertyArrayStartRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1273
BamlPropertyArrayStartRecord
bamlPropertyArrayStart =
1274
(
BamlPropertyArrayStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayStart);