11 references to Property
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (1)
216? new SourceValueInfo(SourceValueType.Property, _drillIn, name)
MS\Internal\Data\PropertyPathWorker.cs (6)
114case SourceValueType.Property: 236case SourceValueType.Property: 354case SourceValueType.Property: 1092if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1122case SourceValueType.Property: 1185goto case SourceValueType.Property;
System\Windows\PropertyPath.cs (4)
337_arySVI[level].type = SourceValueType.Property; 399if (_arySVI[i].type == SourceValueType.Property) 411case SourceValueType.Property: 519if (_arySVI[level].type == SourceValueType.Property)