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