19 references to ElementStart
PresentationFramework (19)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
621
case BamlRecordType.
ElementStart
:
1547
case BamlRecordType.
ElementStart
:
1994
nodeInfo.RecordType = BamlRecordType.
ElementStart
;
2051
if (nodeInfo.RecordType != BamlRecordType.
ElementStart
)
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
74
case BamlRecordType.
ElementStart
:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
639
case BamlRecordType.
ElementStart
:
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
524
case BamlRecordType.
ElementStart
:
592
case BamlRecordType.
ElementStart
:
3416
get { return BamlRecordType.
ElementStart
; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
267
(BamlElementStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
ElementStart
);
1685
valueDeferRecord.Record.RecordType == BamlRecordType.
ElementStart
&&
src\Framework\System\Windows\Markup\BamlWriter.cs (6)
236
Push(BamlRecordType.
ElementStart
, elementType);
261
VerifyEndTagState(BamlRecordType.
ElementStart
,
326
if (parentType != BamlRecordType.
ElementStart
)
489
if (parentType != BamlRecordType.
ElementStart
&&
526
if (parentType != BamlRecordType.
ElementStart
&&
1327
parentNode.RecordType == BamlRecordType.
ElementStart
)
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
104
if (record.RecordType == BamlRecordType.
ElementStart
)
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
102
if (record.RecordType == BamlRecordType.
ElementStart
)