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)
114
case SourceValueType.
Property
:
236
case SourceValueType.
Property
:
354
case SourceValueType.
Property
:
1092
if (IsDynamic && SVI[k].type == SourceValueType.
Property
&& svs.info is DependencyProperty)
1122
case SourceValueType.
Property
:
1185
goto case SourceValueType.
Property
;
System\Windows\PropertyPath.cs (4)
337
_arySVI[level].type = SourceValueType.
Property
;
399
if (_arySVI[i].type == SourceValueType.
Property
)
411
case SourceValueType.
Property
:
519
if (_arySVI[level].type == SourceValueType.
Property
)