1 instantiation of AccessorInfo
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1319
new
AccessorInfo
(info, sourceType, args);
6 references to AccessorInfo
PresentationFramework (6)
MS\Internal\Data\AccessorTable.cs (5)
58
internal
AccessorInfo
this[SourceValueType sourceValueType, Type type, string name]
65
if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out
AccessorInfo
info))
119
foreach (KeyValuePair<AccessorTableKey,
AccessorInfo
> entry in _table)
176
private readonly Dictionary<AccessorTableKey,
AccessorInfo
> _table = new Dictionary<AccessorTableKey,
AccessorInfo
>();
MS\Internal\Data\PropertyPathWorker.cs (1)
1086
AccessorInfo
accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name];