5 references to PropertyComplexStart
PresentationBuildTasks (5)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
77
case BamlRecordType.
PropertyComplexStart
:
Framework\System\Windows\Markup\BamlRecords.cs (3)
511
recordType = BamlRecordType.
PropertyComplexStart
;
628
case BamlRecordType.
PropertyComplexStart
:
2103
get { return BamlRecordType.
PropertyComplexStart
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
767
BamlRecordType.
PropertyComplexStart
);