1 instantiation of BamlPropertyArrayStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
633record = new BamlPropertyArrayStartRecord();
4 references to BamlPropertyArrayStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
683ReadPropertyArrayStartRecord((BamlPropertyArrayStartRecord)bamlRecord); 2974protected void ReadPropertyArrayStartRecord(BamlPropertyArrayStartRecord bamlPropertyArrayStartRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1275BamlPropertyArrayStartRecord bamlPropertyArrayStart = 1276(BamlPropertyArrayStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayStart);