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