1 write to _tempValues
PresentationFramework (1)
System\Windows\Data\MultiBindingExpression.cs (1)
40_tempValues = new object[count];
10 references to _tempValues
PresentationFramework (10)
System\Windows\Data\MultiBindingExpression.cs (10)
1149object preFormattedValue = _tempValues; 1156_tempValues[i] = MutableBindingExpressions[i].GetValue(target, TargetProperty); // could pass (null, null) 1164TraceData.Identify(_tempValues[i])), 1173preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType, ParentMultiBinding.ConverterParameter, culture); 1194for (int i=0; i<_tempValues.Length; ++i) 1196if (_tempValues[i] == DependencyProperty.UnsetValue) 1225if (preFormattedValue == _tempValues) 1227value = String.Format(culture, EffectiveStringFormat, _tempValues); 1259Array.Clear(_tempValues, 0, _tempValues.Length);