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