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