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