10 references to DocumentStart
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
605case BamlRecordType.DocumentStart: 1841nodeInfo.RecordType = BamlRecordType.DocumentStart; 1859if (nodeInfo.RecordType != BamlRecordType.DocumentStart)
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
93case BamlRecordType.DocumentStart:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
589case BamlRecordType.DocumentStart:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
583case BamlRecordType.DocumentStart: 4265get { return BamlRecordType.DocumentStart; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
226DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
src\Framework\System\Windows\Markup\BamlWriter.cs (2)
182Push(BamlRecordType.DocumentStart); 193VerifyEndTagState(BamlRecordType.DocumentStart,