2 instantiations of BamlPropertyCustomWriteInfoRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
539newRecord = new BamlPropertyCustomWriteInfoRecord(); 566record = new BamlPropertyCustomWriteInfoRecord();
5 references to BamlPropertyCustomWriteInfoRecord
PresentationFramework (5)
System\Windows\Markup\BamlRecords.cs (3)
537if (record is BamlPropertyCustomWriteInfoRecord) 2627BamlPropertyCustomWriteInfoRecord newRecord = (BamlPropertyCustomWriteInfoRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
997BamlPropertyCustomWriteInfoRecord bamlPropertyCustom = 998(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);