1 type derived from BamlPropertyCustomRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2470internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord
2 instantiations of BamlPropertyCustomRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
537newRecord = new BamlPropertyCustomRecord(); 621record = new BamlPropertyCustomRecord();
10 references to BamlPropertyCustomRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
972((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId); 976BamlPropertyCustomRecord bamlRecord = (BamlPropertyCustomRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (5)
679ReadPropertyCustomRecord((BamlPropertyCustomRecord)bamlRecord); 2092internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2098internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2138internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRecord, Type propertyType, string propertyName) 2184protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2814BamlPropertyCustomRecord newRecord = (BamlPropertyCustomRecord)record;