1 write to _tempTypes
PresentationFramework (1)
System\Windows\Data\MultiBindingExpression.cs (1)
41_tempTypes = new Type[count];
6 references to _tempTypes
PresentationFramework (6)
System\Windows\Data\MultiBindingExpression.cs (6)
587_tempTypes[i] 600Array.Clear(_tempTypes, 0, _tempTypes.Length); 626_tempTypes[i] = be.ConverterSourceType; 628_tempTypes[i] = TargetProperty.PropertyType; 632return Converter.ConvertBack(rawValue, _tempTypes, ParentMultiBinding.ConverterParameter, culture);