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