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