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