2 instantiations of BamlPropertyCustomWriteInfoRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
533
newRecord = new
BamlPropertyCustomWriteInfoRecord
();
560
record = new
BamlPropertyCustomWriteInfoRecord
();
5 references to BamlPropertyCustomWriteInfoRecord
PresentationFramework (5)
System\Windows\Markup\BamlRecords.cs (3)
531
if (record is
BamlPropertyCustomWriteInfoRecord
)
2621
BamlPropertyCustomWriteInfoRecord
newRecord = (
BamlPropertyCustomWriteInfoRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
994
BamlPropertyCustomWriteInfoRecord
bamlPropertyCustom =
995
(
BamlPropertyCustomWriteInfoRecord
)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);