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)
166
PropertyPathWorker
ppw = PW;
561
PropertyPathWorker
PW { get { return _pathWorker; } }
657
if (value ==
PropertyPathWorker
.IListIndexOutOfRange)
853
PropertyPathWorker
_pathWorker;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
1850
PropertyPathWorker
_owner;
1852
public ContextHelper(
PropertyPathWorker
owner)
src\Framework\System\Windows\PropertyPath.cs (3)
351
PropertyPathWorker
SingleWorker
691
if (
PropertyPathWorker
.IsIndexedProperty(result))
988
PropertyPathWorker
_singleWorker; // shared worker - used in "target" mode