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;
553
PropertyPathWorker
PW { get { return _pathWorker; } }
649
if (value ==
PropertyPathWorker
.IListIndexOutOfRange)
845
PropertyPathWorker
_pathWorker;
MS\Internal\Data\PropertyPathWorker.cs (2)
1806
PropertyPathWorker
_owner;
1808
public ContextHelper(
PropertyPathWorker
owner)
System\Windows\PropertyPath.cs (3)
348
PropertyPathWorker
SingleWorker
688
if (
PropertyPathWorker
.IsIndexedProperty(result))
988
PropertyPathWorker
_singleWorker; // shared worker - used in "target" mode