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)
113
case SourceValueType.
Property
:
235
case SourceValueType.
Property
:
353
case SourceValueType.
Property
:
1081
if (IsDynamic && SVI[k].type == SourceValueType.
Property
&& svs.info is DependencyProperty)
1111
case SourceValueType.
Property
:
1174
goto case SourceValueType.
Property
;
System\Windows\PropertyPath.cs (4)
336
_arySVI[level].type = SourceValueType.
Property
;
398
if (_arySVI[i].type == SourceValueType.
Property
)
410
case SourceValueType.
Property
:
518
if (_arySVI[level].type == SourceValueType.
Property
)