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