1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
572
record = new
BamlDocumentStartRecord
();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
1827
BamlDocumentStartRecord
documentStartRecord = (
BamlDocumentStartRecord
)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
530
private void ReadDocumentStartRecord(
BamlDocumentStartRecord
documentStartRecord)
557
ReadDocumentStartRecord((
BamlDocumentStartRecord
)bamlRecord);
System\Windows\Markup\BamlRecords.cs (2)
4030
BamlDocumentStartRecord
newRecord = (
BamlDocumentStartRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (3)
215
DocumentStartRecord = (
BamlDocumentStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
1838
private
BamlDocumentStartRecord
DocumentStartRecord
1893
private
BamlDocumentStartRecord
_startDocumentRecord;