9 references to Property
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
728
case BamlRecordType.
Property
:
1591
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordHelper.cs (1)
72
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordReader.cs (1)
658
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecords.cs (2)
605
case BamlRecordType.
Property
:
2295
get { return BamlRecordType.
Property
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1256
(BamlPropertyRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
Property
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
104
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
101
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)