5 references to AccessorTable
PresentationFramework (5)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
1080
AccessorInfo accessorInfo = Engine.
AccessorTable
[SVI[k].type, newType, SVI[k].name];
1315
Engine.
AccessorTable
[SVI[k].type, newType, SVI[k].name] =
src\Framework\System\Windows\Data\BindingOperations.cs (3)
498
DataBindEngine.CurrentDataBindEngine.
AccessorTable
.PrintStats();
504
get { return DataBindEngine.CurrentDataBindEngine.
AccessorTable
.TraceSize; }
505
set { DataBindEngine.CurrentDataBindEngine.
AccessorTable
.TraceSize = value; }