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]
601
Array.Clear(
_tempTypes
, 0,
_tempTypes
.Length);
627
_tempTypes
[i] = be.ConverterSourceType;
629
_tempTypes
[i] = TargetProperty.PropertyType;
633
return Converter.ConvertBack(rawValue,
_tempTypes
, ParentMultiBinding.ConverterParameter, culture);