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