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