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