1 instantiation of ValueTable
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
766
private ValueTable _valueTable = new
ValueTable
();
3 references to ValueTable
PresentationFramework (3)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
434
if (item != null && pd != null &&
ValueTable
.ShouldCache(item, pd))
766
private
ValueTable
_valueTable = new ValueTable();
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
543
return (target is MS.Internal.Data.
ValueTable
);