1 instantiation of BamlConstructorParameterTypeRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
684record = new BamlConstructorParameterTypeRecord();
6 references to BamlConstructorParameterTypeRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1587BamlConstructorParameterTypeRecord constTypeRecord = _currentBamlRecord as BamlConstructorParameterTypeRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
755ReadConstructorParameterTypeRecord((BamlConstructorParameterTypeRecord)bamlRecord); 1275BamlConstructorParameterTypeRecord constructorParameterType)
System\Windows\Markup\BamlRecords.cs (2)
2967BamlConstructorParameterTypeRecord newRecord = (BamlConstructorParameterTypeRecord)record;