4 references to PropertyComplexEnd
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
96
case BamlRecordType.
PropertyComplexEnd
: // End record
Framework\System\Windows\Markup\BamlRecords.cs (2)
631
case BamlRecordType.
PropertyComplexEnd
:
3162
get { return BamlRecordType.
PropertyComplexEnd
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
787
BamlRecordType.
PropertyComplexEnd
);