1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
584
record = new
BamlDocumentStartRecord
();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1836
BamlDocumentStartRecord
documentStartRecord = (
BamlDocumentStartRecord
)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
563
void ReadDocumentStartRecord(
BamlDocumentStartRecord
documentStartRecord)
590
ReadDocumentStartRecord((
BamlDocumentStartRecord
)bamlRecord);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4251
BamlDocumentStartRecord
newRecord = (
BamlDocumentStartRecord
)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
226
DocumentStartRecord = (
BamlDocumentStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
1858
BamlDocumentStartRecord
DocumentStartRecord
1913
BamlDocumentStartRecord
_startDocumentRecord;