1 type derived from BamlPropertyCustomRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2464internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord
2 instantiations of BamlPropertyCustomRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
531newRecord = new BamlPropertyCustomRecord(); 615record = new BamlPropertyCustomRecord();
10 references to BamlPropertyCustomRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
976((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId); 980BamlPropertyCustomRecord bamlRecord = (BamlPropertyCustomRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (5)
673ReadPropertyCustomRecord((BamlPropertyCustomRecord)bamlRecord); 2086internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2092internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2132internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRecord, Type propertyType, string propertyName) 2178protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2808BamlPropertyCustomRecord newRecord = (BamlPropertyCustomRecord)record;