4 references to DocumentStart
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
93
case BamlRecordType.
DocumentStart
:
Framework\System\Windows\Markup\BamlRecords.cs (2)
583
case BamlRecordType.
DocumentStart
:
4265
get { return BamlRecordType.
DocumentStart
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
226
DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DocumentStart
);