9 references to Property
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
730
case BamlRecordType.
Property
:
1607
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordHelper.cs (1)
72
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecordReader.cs (1)
649
case BamlRecordType.
Property
:
System\Windows\Markup\BamlRecords.cs (2)
599
case BamlRecordType.
Property
:
2289
get { return BamlRecordType.
Property
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1254
(BamlPropertyRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
Property
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
106
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
103
else if (record.RecordType == BamlRecordType.
Property
&& numberOfElements == 1)