11 references to Property
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (1)
217? new SourceValueInfo(SourceValueType.Property, _drillIn, name)
MS\Internal\Data\PropertyPathWorker.cs (6)
120case SourceValueType.Property: 242case SourceValueType.Property: 360case SourceValueType.Property: 1098if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1128case SourceValueType.Property: 1191goto case SourceValueType.Property;
System\Windows\PropertyPath.cs (4)
340_arySVI[level].type = SourceValueType.Property; 402if (_arySVI[i].type == SourceValueType.Property) 414case SourceValueType.Property: 522if (_arySVI[level].type == SourceValueType.Property)