11 references to Property
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (1)
202
? new SourceValueInfo(SourceValueType.
Property
, _drillIn, name)
MS\Internal\Data\PropertyPathWorker.cs (6)
114
case SourceValueType.
Property
:
236
case SourceValueType.
Property
:
354
case SourceValueType.
Property
:
1080
if (IsDynamic && SVI[k].type == SourceValueType.
Property
&& svs.info is DependencyProperty)
1110
case SourceValueType.
Property
:
1173
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
)