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