2 instantiations of PropertyPathWorker
PresentationFramework (2)
MS\Internal\Data\ClrBindingWorker.cs (1)
46_pathWorker = new PropertyPathWorker(path, this, IsDynamic, engine);
System\Windows\PropertyPath.cs (1)
352_singleWorker = new PropertyPathWorker(this);
9 references to PropertyPathWorker
PresentationFramework (9)
MS\Internal\Data\ClrBindingWorker.cs (4)
154PropertyPathWorker ppw = PW; 539private PropertyPathWorker PW { get { return _pathWorker; } } 633if (value == PropertyPathWorker.IListIndexOutOfRange) 819private PropertyPathWorker _pathWorker;
MS\Internal\Data\PropertyPathWorker.cs (2)
1756private PropertyPathWorker _owner; 1758public ContextHelper(PropertyPathWorker owner)
System\Windows\PropertyPath.cs (3)
347private PropertyPathWorker SingleWorker 687if (PropertyPathWorker.IsIndexedProperty(result)) 976private PropertyPathWorker _singleWorker; // shared worker - used in "target" mode