9 references to Property
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
729
case BamlRecordType.
Property
:
1606
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordHelper.cs (1)
71
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordReader.cs (1)
648
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecords.cs (2)
598
case BamlRecordType.
Property
:
2288
get { return BamlRecordType.
Property
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1253
(BamlPropertyRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
Property
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
105
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
102
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)