2 instantiations of BamlPropertyCustomWriteInfoRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
526newRecord = new BamlPropertyCustomWriteInfoRecord(); 553record = new BamlPropertyCustomWriteInfoRecord();
5 references to BamlPropertyCustomWriteInfoRecord
PresentationFramework (5)
System\Windows\Markup\BamlRecords.cs (3)
524if (record is BamlPropertyCustomWriteInfoRecord) 2614BamlPropertyCustomWriteInfoRecord newRecord = (BamlPropertyCustomWriteInfoRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
991BamlPropertyCustomWriteInfoRecord bamlPropertyCustom = 992(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);