1 instantiation of BamlConstructorParameterTypeRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
690record = new BamlConstructorParameterTypeRecord();
6 references to BamlConstructorParameterTypeRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1597BamlConstructorParameterTypeRecord constTypeRecord = _currentBamlRecord as BamlConstructorParameterTypeRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
764ReadConstructorParameterTypeRecord((BamlConstructorParameterTypeRecord)bamlRecord); 1284BamlConstructorParameterTypeRecord constructorParameterType)
System\Windows\Markup\BamlRecords.cs (2)
2973BamlConstructorParameterTypeRecord newRecord = (BamlConstructorParameterTypeRecord)record;