1 instantiation of BamlPropertyIDictionaryStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
650
record = new
BamlPropertyIDictionaryStartRecord
();
4 references to BamlPropertyIDictionaryStartRecord
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
722
ReadPropertyIDictionaryStartRecord((
BamlPropertyIDictionaryStartRecord
)bamlRecord);
3122
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStartRecord)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1349
BamlPropertyIDictionaryStartRecord
bamlPropertyIDictionaryStart =
1350
(
BamlPropertyIDictionaryStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryStart);