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