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)
122
case SourceValueType.
Property
:
244
case SourceValueType.
Property
:
360
case SourceValueType.
Property
:
1092
if (IsDynamic && SVI[k].type == SourceValueType.
Property
&& svs.info is DependencyProperty)
1121
case SourceValueType.
Property
:
1183
goto case SourceValueType.
Property
;
src\Framework\System\Windows\PropertyPath.cs (4)
340
_arySVI[level].type = SourceValueType.
Property
;
402
if (_arySVI[i].type == SourceValueType.
Property
)
414
case SourceValueType.
Property
:
522
if (_arySVI[level].type == SourceValueType.
Property
)