1 instantiation of BamlPropertyIListStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
644record = new BamlPropertyIListStartRecord();
4 references to BamlPropertyIListStartRecord
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
714ReadPropertyIListStartRecord((BamlPropertyIListStartRecord)bamlRecord); 3066BamlPropertyIListStartRecord bamlPropertyIListStartRecord)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1318BamlPropertyIListStartRecord bamlPropertyIListStart = 1319(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListStart);