1 write to _tempTypes
PresentationFramework (1)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
57_tempTypes = new Type[count];
6 references to _tempTypes
PresentationFramework (6)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (6)
599_tempTypes[i] 612Array.Clear(_tempTypes, 0, _tempTypes.Length); 638_tempTypes[i] = be.ConverterSourceType; 640_tempTypes[i] = TargetProperty.PropertyType; 644return Converter.ConvertBack(rawValue, _tempTypes, ParentMultiBinding.ConverterParameter, culture);