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)
155
PropertyPathWorker
ppw = PW;
540
PropertyPathWorker
PW { get { return _pathWorker; } }
633
if (value ==
PropertyPathWorker
.IListIndexOutOfRange)
820
PropertyPathWorker
_pathWorker;
MS\Internal\Data\PropertyPathWorker.cs (2)
1755
PropertyPathWorker
_owner;
1757
public ContextHelper(
PropertyPathWorker
owner)
System\Windows\PropertyPath.cs (3)
348
PropertyPathWorker
SingleWorker
688
if (
PropertyPathWorker
.IsIndexedProperty(result))
977
PropertyPathWorker
_singleWorker; // shared worker - used in "target" mode