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