11 references to Property
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (1)
201? new SourceValueInfo(SourceValueType.Property, _drillIn, name)
MS\Internal\Data\PropertyPathWorker.cs (6)
113case SourceValueType.Property: 235case SourceValueType.Property: 353case SourceValueType.Property: 1081if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1111case SourceValueType.Property: 1174goto case SourceValueType.Property;
System\Windows\PropertyPath.cs (4)
336_arySVI[level].type = SourceValueType.Property; 398if (_arySVI[i].type == SourceValueType.Property) 410case SourceValueType.Property: 518if (_arySVI[level].type == SourceValueType.Property)