1 instantiation of BamlNamedElementStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
515newRecord= new BamlNamedElementStartRecord();
6 references to BamlNamedElementStartRecord
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (3)
1070if (bamlElementRecord is BamlNamedElementStartRecord) 1072BamlNamedElementStartRecord bamlNamedElementStartRecord = bamlElementRecord as BamlNamedElementStartRecord;
System\Windows\Markup\BamlRecords.cs (3)
513if (record is BamlNamedElementStartRecord) 3365BamlNamedElementStartRecord newRecord = (BamlNamedElementStartRecord)record;