1 instantiation of BamlNamedElementStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
527
newRecord= new
BamlNamedElementStartRecord
();
6 references to BamlNamedElementStartRecord
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1112
if (bamlElementRecord is
BamlNamedElementStartRecord
)
1114
BamlNamedElementStartRecord
bamlNamedElementStartRecord = bamlElementRecord as
BamlNamedElementStartRecord
;
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
525
if (record is
BamlNamedElementStartRecord
)
3555
BamlNamedElementStartRecord
newRecord = (
BamlNamedElementStartRecord
)record;