1 instantiation of BamlNamedElementStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
522newRecord= new BamlNamedElementStartRecord();
6 references to BamlNamedElementStartRecord
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (3)
1080if (bamlElementRecord is BamlNamedElementStartRecord) 1082BamlNamedElementStartRecord bamlNamedElementStartRecord = bamlElementRecord as BamlNamedElementStartRecord;
System\Windows\Markup\BamlRecords.cs (3)
520if (record is BamlNamedElementStartRecord) 3372BamlNamedElementStartRecord newRecord = (BamlNamedElementStartRecord)record;