1 write to _tempValues
PresentationFramework (1)
System\Windows\Data\MultiBindingExpression.cs (1)
52_tempValues = new object[count];
10 references to _tempValues
PresentationFramework (10)
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])), 1185preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType, ParentMultiBinding.ConverterParameter, culture); 1206for (int i=0; i<_tempValues.Length; ++i) 1208if (_tempValues[i] == DependencyProperty.UnsetValue) 1237if (preFormattedValue == _tempValues) 1239value = String.Format(culture, EffectiveStringFormat, _tempValues); 1271Array.Clear(_tempValues, 0, _tempValues.Length);