10 references to DocumentStart
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
587
case BamlRecordType.
DocumentStart
:
1833
RecordType = BamlRecordType.
DocumentStart
1852
if (nodeInfo.RecordType != BamlRecordType.
DocumentStart
)
System\Windows\Markup\BamlRecordHelper.cs (1)
88
case BamlRecordType.
DocumentStart
:
System\Windows\Markup\BamlRecordReader.cs (1)
556
case BamlRecordType.
DocumentStart
:
System\Windows\Markup\BamlRecords.cs (2)
571
case BamlRecordType.
DocumentStart
:
4044
get { return BamlRecordType.
DocumentStart
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
215
DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DocumentStart
);
System\Windows\Markup\BamlWriter.cs (2)
155
Push(BamlRecordType.
DocumentStart
);
166
VerifyEndTagState(BamlRecordType.
DocumentStart
,