1 write to _tempValues
PresentationFramework (1)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
56_tempValues = new object[count];
10 references to _tempValues
PresentationFramework (10)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (10)
1161object preFormattedValue = _tempValues; 1168_tempValues[i] = MutableBindingExpressions[i].GetValue(target, TargetProperty); // could pass (null, null) 1176TraceData.Identify(_tempValues[i]))); 1184preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType, ParentMultiBinding.ConverterParameter, culture); 1204for (int i=0; i<_tempValues.Length; ++i) 1206if (_tempValues[i] == DependencyProperty.UnsetValue) 1235if (preFormattedValue == _tempValues) 1237value = String.Format(culture, EffectiveStringFormat, _tempValues); 1267Array.Clear(_tempValues, 0, _tempValues.Length);