1 type derived from BamlPropertyCustomRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2463internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord
2 instantiations of BamlPropertyCustomRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
530newRecord = new BamlPropertyCustomRecord(); 614record = new BamlPropertyCustomRecord();
10 references to BamlPropertyCustomRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
975((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId); 979BamlPropertyCustomRecord bamlRecord = (BamlPropertyCustomRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (5)
669ReadPropertyCustomRecord((BamlPropertyCustomRecord)bamlRecord); 2082internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2088internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2128internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRecord, Type propertyType, string propertyName) 2174protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2807BamlPropertyCustomRecord newRecord = (BamlPropertyCustomRecord)record;