4 references to PropertyIDictionaryEnd
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
99
case BamlRecordType.
PropertyIDictionaryEnd
: // End record
Framework\System\Windows\Markup\BamlRecords.cs (2)
652
case BamlRecordType.
PropertyIDictionaryEnd
:
3144
get { return BamlRecordType.
PropertyIDictionaryEnd
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1370
(BamlPropertyIDictionaryEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIDictionaryEnd
);