1 type derived from BamlPropertyCustomRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2560internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord
2 instantiations of BamlPropertyCustomRecord
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
542newRecord = new BamlPropertyCustomRecord(); 626record = new BamlPropertyCustomRecord();
10 references to BamlPropertyCustomRecord
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
994((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId); 998BamlPropertyCustomRecord bamlRecord = (BamlPropertyCustomRecord)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
702ReadPropertyCustomRecord((BamlPropertyCustomRecord)bamlRecord); 2132internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2138internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2178internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRecord, Type propertyType, string propertyName) 2224protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomRecord bamlPropertyRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2908BamlPropertyCustomRecord newRecord = (BamlPropertyCustomRecord)record;