6 references to Path
PresentationFramework (6)
src\Framework\MS\Internal\Data\LiveShapingList.cs (6)
271
object v1 = x.GetValue(_compInfos[k].
Path
, _compInfos[k].Property);
272
object v2 = y.GetValue(_compInfos[k].
Path
, _compInfos[k].Property);
387
lsi.SetBinding(info.
Path
, info.Property, oneTime, true);
391
lsi.SetBinding(info.
Path
, info.Property, oneTime);
397
lsi.SetBinding(info.
Path
, info.Property, oneTime);
486
(dp == null && String.IsNullOrEmpty(infos[k].
Path
)))