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