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