1 instantiation of BamlPropertyIDictionaryStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
639
record = new
BamlPropertyIDictionaryStartRecord
();
4 references to BamlPropertyIDictionaryStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
690
ReadPropertyIDictionaryStartRecord((
BamlPropertyIDictionaryStartRecord
)bamlRecord);
3068
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStartRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1335
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStart =
1336
(
BamlPropertyIDictionaryStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryStart);