11 references to Property
PresentationFramework (11)
src\Framework\MS\Internal\Data\PathParser.cs (1)
219? new SourceValueInfo(SourceValueType.Property, _drillIn, name)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (6)
122case SourceValueType.Property: 244case SourceValueType.Property: 360case SourceValueType.Property: 1092if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1121case SourceValueType.Property: 1183goto case SourceValueType.Property;
src\Framework\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)