2 instantiations of PropertyPathWorker
PresentationFramework (2)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
58_pathWorker = new PropertyPathWorker(path, this, IsDynamic, engine);
src\Framework\System\Windows\PropertyPath.cs (1)
356_singleWorker = new PropertyPathWorker(this);
9 references to PropertyPathWorker
PresentationFramework (9)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (4)
166PropertyPathWorker ppw = PW; 561PropertyPathWorker PW { get { return _pathWorker; } } 657if (value == PropertyPathWorker.IListIndexOutOfRange) 853PropertyPathWorker _pathWorker;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
1850PropertyPathWorker _owner; 1852public ContextHelper(PropertyPathWorker owner)
src\Framework\System\Windows\PropertyPath.cs (3)
351PropertyPathWorker SingleWorker 691if (PropertyPathWorker.IsIndexedProperty(result)) 988PropertyPathWorker _singleWorker; // shared worker - used in "target" mode