2 instantiations of PropertyPathWorker
PresentationFramework (2)
MS\Internal\Data\ClrBindingWorker.cs (1)
47_pathWorker = new PropertyPathWorker(path, this, IsDynamic, engine);
System\Windows\PropertyPath.cs (1)
353_singleWorker = new PropertyPathWorker(this);
9 references to PropertyPathWorker
PresentationFramework (9)
MS\Internal\Data\ClrBindingWorker.cs (4)
155PropertyPathWorker ppw = PW; 553PropertyPathWorker PW { get { return _pathWorker; } } 649if (value == PropertyPathWorker.IListIndexOutOfRange) 845PropertyPathWorker _pathWorker;
MS\Internal\Data\PropertyPathWorker.cs (2)
1806PropertyPathWorker _owner; 1808public ContextHelper(PropertyPathWorker owner)
System\Windows\PropertyPath.cs (3)
348PropertyPathWorker SingleWorker 688if (PropertyPathWorker.IsIndexedProperty(result)) 988PropertyPathWorker _singleWorker; // shared worker - used in "target" mode