3 types derived from BamlElementStartRecord
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
1505internal class BamlDefAttributeKeyTypeRecord : BamlElementStartRecord, IBamlDictionaryKey 3527internal class BamlNamedElementStartRecord : BamlElementStartRecord 3726internal class BamlStaticResourceStartRecord : BamlElementStartRecord
2 instantiations of BamlElementStartRecord
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
531newRecord = new BamlElementStartRecord(); 593record = new BamlElementStartRecord();
20 references to BamlElementStartRecord
PresentationFramework (20)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
1564BamlElementStartRecord elementStartRecord = _currentBamlRecord as BamlElementStartRecord; 1976BamlElementStartRecord bamlRecord = (BamlElementStartRecord)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (7)
502BamlElementStartRecord startRecord = bamlRecord as BamlElementStartRecord; 641if (((BamlElementStartRecord)bamlRecord).IsInjected) 647ReadElementStartRecord((BamlElementStartRecord)bamlRecord); 865BamlElementStartRecord bamlElementStartRecord, 1028BamlElementStartRecord bamlElementRecord) 1168protected virtual bool ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
1644= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection );
src\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;
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (2)
106BamlElementStartRecord elementStart = record as BamlElementStartRecord;
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
104BamlElementStartRecord elementStart = record as BamlElementStartRecord;