27 references to Path
PresentationFramework (27)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
137
string s = _parent.
Path
;
src\Framework\MS\Internal\TraceData.cs (1)
156
traceBuilder.AppendFormat("Path={0}", binding.Path.
Path
);
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
696
return binding.Path.
Path
;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
602
string path = bindingExpr.ParentBinding.Path.
Path
;
2227
string path = bindingExpr.ParentBinding.Path.
Path
;
src\Framework\System\Windows\Data\BindingExpression.cs (3)
76
string path = (pp != null) ? pp.
Path
: String.Empty;
421
(binding.Path == null || String.IsNullOrEmpty(binding.Path.
Path
)))
666
ParentBinding.Path.
Path
));
src\Framework\System\Windows\Media\Animation\Storyboard.cs (11)
477
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathMustPointToDependencyProperty, currentPropertyPath.
Path
));
691
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathObjectNotFound, AccessorName(path, i-1), path.
Path
));
698
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathPropertyNotFound, path.
Path
));
725
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathFrozenCheckFailed, AccessorName(path, i-1), path.
Path
, intermediateFreezable.GetType().ToString() ));
731
throw new InvalidOperationException(SR.Get(SRID.Storyboard_ImmutableTargetNotSupported, path.
Path
));
746
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathMustPointToDependencyObject, AccessorName(path, i-1), path.
Path
));
751
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathMustPointToDependencyProperty, path.
Path
));
756
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathSealedCheckFailed, intermediateDP.Name, path.
Path
, intermediateDO));
761
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathIncludesNonAnimatableProperty, path.
Path
, intermediateDP.Name));
844
throw new InvalidOperationException(SR.Get(SRID.Storyboard_PropertyPathUnresolved, path.
Path
));
875
throw new InvalidOperationException(SR.Get(SRID.Storyboard_ImmutableTargetNotSupported, path.
Path
));
src\Framework\System\Windows\PropertyPath.cs (2)
372
_arySVI = parser.Parse(
Path
);
378
detail =
Path
;
src\Framework\System\Windows\PropertyPathConverter.cs (2)
170
return path.
Path
;
175
string originalPath = path.
Path
;
src\Framework\System\Windows\VisualStateManager.cs (4)
798
(other._targetProperty.
Path
== _targetProperty.
Path
) &&
829
int targetPropertyHash = (_targetProperty != null && _targetProperty.
Path
!= null) ? _targetProperty.
Path
.GetHashCode() : 0;