1 instantiation of BamlConstructorParameterTypeRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
677
record = new
BamlConstructorParameterTypeRecord
();
6 references to BamlConstructorParameterTypeRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1602
BamlConstructorParameterTypeRecord
constTypeRecord = _currentBamlRecord as
BamlConstructorParameterTypeRecord
;
System\Windows\Markup\BamlRecordReader.cs (2)
745
ReadConstructorParameterTypeRecord((
BamlConstructorParameterTypeRecord
)bamlRecord);
1265
BamlConstructorParameterTypeRecord
constructorParameterType)
System\Windows\Markup\BamlRecords.cs (2)
2960
BamlConstructorParameterTypeRecord
newRecord = (
BamlConstructorParameterTypeRecord
)record;