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