2 types derived from BamlElementStartRecord
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (2)
1505internal class BamlDefAttributeKeyTypeRecord : BamlElementStartRecord, IBamlDictionaryKey 3726internal class BamlStaticResourceStartRecord : BamlElementStartRecord
1 instantiation of BamlElementStartRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
593record = 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)
266BamlElementStartRecord bamlElement = 267(BamlElementStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.ElementStart); 1686((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]), 1691bamlStaticResourceStart.TypeId = ((BamlElementStartRecord)valueDeferRecord.Record).TypeId;