10 references to DocumentStart
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
596case BamlRecordType.DocumentStart: 1828nodeInfo.RecordType = BamlRecordType.DocumentStart; 1846if (nodeInfo.RecordType != BamlRecordType.DocumentStart)
System\Windows\Markup\BamlRecordHelper.cs (1)
90case BamlRecordType.DocumentStart:
System\Windows\Markup\BamlRecordReader.cs (1)
575case BamlRecordType.DocumentStart:
System\Windows\Markup\BamlRecords.cs (2)
584case BamlRecordType.DocumentStart: 4057get { return BamlRecordType.DocumentStart; }
System\Windows\Markup\BamlRecordWriter.cs (1)
219DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
System\Windows\Markup\BamlWriter.cs (2)
170Push(BamlRecordType.DocumentStart); 181VerifyEndTagState(BamlRecordType.DocumentStart,