15 references to PropertyComplexStart
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
631case BamlRecordType.PropertyComplexStart: 1506case BamlRecordType.PropertyComplexStart: 2142case BamlRecordType.PropertyComplexStart:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
77case BamlRecordType.PropertyComplexStart:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
673case BamlRecordType.PropertyComplexStart:
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
511recordType = BamlRecordType.PropertyComplexStart; 628case BamlRecordType.PropertyComplexStart: 1008return bamlRecordType == BamlRecordType.PropertyComplexStart 2103get { return BamlRecordType.PropertyComplexStart; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
767BamlRecordType.PropertyComplexStart);
src\Framework\System\Windows\Markup\BamlWriter.cs (3)
490parentType != BamlRecordType.PropertyComplexStart && 693Push(BamlRecordType.PropertyComplexStart); 809case BamlRecordType.PropertyComplexStart:
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
128else if (record.RecordType == BamlRecordType.PropertyComplexStart ||
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
148else if (record.RecordType == BamlRecordType.PropertyComplexStart ||