1 type derived from BamlPropertyCustomRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2476internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord
2 instantiations of BamlPropertyCustomRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
543newRecord = new BamlPropertyCustomRecord(); 627record = new BamlPropertyCustomRecord();
10 references to BamlPropertyCustomRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
982((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId); 986BamlPropertyCustomRecord bamlRecord = (BamlPropertyCustomRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (5)
688ReadPropertyCustomRecord((BamlPropertyCustomRecord)bamlRecord); 2101internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2107internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2147internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRecord, Type propertyType, string propertyName) 2193protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2820BamlPropertyCustomRecord newRecord = (BamlPropertyCustomRecord)record;