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