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)
154
PropertyPathWorker
ppw = PW;
539
private
PropertyPathWorker
PW { get { return _pathWorker; } }
633
if (value ==
PropertyPathWorker
.IListIndexOutOfRange)
819
private
PropertyPathWorker
_pathWorker;
MS\Internal\Data\PropertyPathWorker.cs (2)
1756
private
PropertyPathWorker
_owner;
1758
public ContextHelper(
PropertyPathWorker
owner)
System\Windows\PropertyPath.cs (3)
347
private
PropertyPathWorker
SingleWorker
687
if (
PropertyPathWorker
.IsIndexedProperty(result))
976
private
PropertyPathWorker
_singleWorker; // shared worker - used in "target" mode