1 instantiation of BamlConstructorParameterTypeRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
678
record = new
BamlConstructorParameterTypeRecord
();
6 references to BamlConstructorParameterTypeRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1603
BamlConstructorParameterTypeRecord
constTypeRecord = _currentBamlRecord as
BamlConstructorParameterTypeRecord
;
System\Windows\Markup\BamlRecordReader.cs (2)
746
ReadConstructorParameterTypeRecord((
BamlConstructorParameterTypeRecord
)bamlRecord);
1266
BamlConstructorParameterTypeRecord
constructorParameterType)
System\Windows\Markup\BamlRecords.cs (2)
2961
BamlConstructorParameterTypeRecord
newRecord = (
BamlConstructorParameterTypeRecord
)record;