7 references to PropertyArrayStart
PresentationBuildTasks (7)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
78case BamlRecordType.PropertyArrayStart:
Framework\System\Windows\Markup\BamlRecords.cs (3)
492recordType = BamlRecordType.PropertyArrayStart; 637case BamlRecordType.PropertyArrayStart: 3181get { return BamlRecordType.PropertyArrayStart; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1288(BamlPropertyArrayStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyArrayStart);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
672case BamlRecordType.PropertyArrayStart:
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4018case BamlRecordType.PropertyArrayStart: