9 references to Property
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
738case BamlRecordType.Property: 1601case BamlRecordType.Property:
System\Windows\Markup\BamlRecordHelper.cs (1)
73case BamlRecordType.Property:
System\Windows\Markup\BamlRecordReader.cs (1)
667case BamlRecordType.Property:
System\Windows\Markup\BamlRecords.cs (2)
611case BamlRecordType.Property: 2301get { return BamlRecordType.Property; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1259(BamlPropertyRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.Property);
System\Windows\Markup\XamlStyleSerializer.cs (1)
115else if (record.RecordType == BamlRecordType.Property && numberOfElements == 1)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
112else if (record.RecordType == BamlRecordType.Property && numberOfElements == 1)