1 write to _tempTypes
PresentationFramework (1)
System\Windows\Data\MultiBindingExpression.cs (1)
42_tempTypes = new Type[count];
6 references to _tempTypes
PresentationFramework (6)
System\Windows\Data\MultiBindingExpression.cs (6)
588_tempTypes[i] 601Array.Clear(_tempTypes, 0, _tempTypes.Length); 627_tempTypes[i] = be.ConverterSourceType; 629_tempTypes[i] = TargetProperty.PropertyType; 633return Converter.ConvertBack(rawValue, _tempTypes, ParentMultiBinding.ConverterParameter, culture);