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