10 references to DocumentStart
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (3)
588
case BamlRecordType.
DocumentStart
:
1834
RecordType = BamlRecordType.
DocumentStart
1853
if (nodeInfo.RecordType != BamlRecordType.
DocumentStart
)
System\Windows\Markup\BamlRecordHelper.cs (1)
89
case BamlRecordType.
DocumentStart
:
System\Windows\Markup\BamlRecordReader.cs (1)
557
case BamlRecordType.
DocumentStart
:
System\Windows\Markup\BamlRecords.cs (2)
572
case BamlRecordType.
DocumentStart
:
4045
get { return BamlRecordType.
DocumentStart
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
216
DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DocumentStart
);
System\Windows\Markup\BamlWriter.cs (2)
156
Push(BamlRecordType.
DocumentStart
);
167
VerifyEndTagState(BamlRecordType.
DocumentStart
,