1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
585
record = new
BamlDocumentStartRecord
();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
1823
BamlDocumentStartRecord
documentStartRecord = (
BamlDocumentStartRecord
)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
549
void ReadDocumentStartRecord(
BamlDocumentStartRecord
documentStartRecord)
576
ReadDocumentStartRecord((
BamlDocumentStartRecord
)bamlRecord);
System\Windows\Markup\BamlRecords.cs (2)
4043
BamlDocumentStartRecord
newRecord = (
BamlDocumentStartRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (3)
219
DocumentStartRecord = (
BamlDocumentStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
1847
BamlDocumentStartRecord
DocumentStartRecord
1902
BamlDocumentStartRecord
_startDocumentRecord;