5 references to AccessorTable
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (2)
1086
AccessorInfo accessorInfo = Engine.
AccessorTable
[SVI[k].type, newType, SVI[k].name];
1318
Engine.
AccessorTable
[SVI[k].type, newType, SVI[k].name] =
System\Windows\Data\BindingOperations.cs (3)
482
DataBindEngine.CurrentDataBindEngine.
AccessorTable
.PrintStats();
488
get { return DataBindEngine.CurrentDataBindEngine.
AccessorTable
.TraceSize; }
489
set { DataBindEngine.CurrentDataBindEngine.
AccessorTable
.TraceSize = value; }