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