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