2 types derived from BamlElementStartRecord
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (2)
1505
internal class BamlDefAttributeKeyTypeRecord :
BamlElementStartRecord
, IBamlDictionaryKey
3726
internal class BamlStaticResourceStartRecord :
BamlElementStartRecord
1 instantiation of BamlElementStartRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
593
record = new
BamlElementStartRecord
();
5 references to BamlElementStartRecord
PresentationBuildTasks (5)
Framework\System\Windows\Markup\BamlRecords.cs (1)
1644
= BitVector32.CreateSection( 1,
BamlElementStartRecord
.LastFlagsSection );
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
266
BamlElementStartRecord
bamlElement =
267
(
BamlElementStartRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.ElementStart);
1686
((
BamlElementStartRecord
)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1691
bamlStaticResourceStart.TypeId = ((
BamlElementStartRecord
)valueDeferRecord.Record).TypeId;