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