1 instantiation of BamlPropertyIDictionaryStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
645
record = new
BamlPropertyIDictionaryStartRecord
();
4 references to BamlPropertyIDictionaryStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
699
ReadPropertyIDictionaryStartRecord((
BamlPropertyIDictionaryStartRecord
)bamlRecord);
3078
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStartRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1337
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStart =
1338
(
BamlPropertyIDictionaryStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryStart);