1 instantiation of AccessorInfo
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1316new AccessorInfo(info, sourceType, args);
6 references to AccessorInfo
PresentationFramework (6)
src\Framework\MS\Internal\Data\AccessorTable.cs (5)
58internal AccessorInfo this[SourceValueType sourceValueType, Type type, string name] 65AccessorInfo info = (AccessorInfo)_table[new AccessorTableKey(sourceValueType, type, name)]; 122AccessorInfo info = (AccessorInfo)ide.Value;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1080AccessorInfo accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name];