28 references to Path
PresentationFramework (27)
MS\Internal\Data\PropertyPathWorker.cs (1)
135string s = _parent.Path;
MS\Internal\TraceData.cs (1)
155traceBuilder.AppendFormat("Path={0}", binding.Path.Path );
System\Windows\Controls\DataGridHelper.cs (1)
697return binding.Path.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
592string path = bindingExpr.ParentBinding.Path.Path; 2182string path = bindingExpr.ParentBinding.Path.Path;
System\Windows\Data\BindingExpression.cs (3)
72string path = (pp != null) ? pp.Path : String.Empty; 416(binding.Path == null || String.IsNullOrEmpty(binding.Path.Path))) 665ParentBinding.Path.Path),
System\Windows\Media\Animation\Storyboard.cs (11)
478throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, currentPropertyPath.Path )); 692throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathObjectNotFound, AccessorName(path, i-1), path.Path )); 699throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathPropertyNotFound, path.Path )); 726throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathFrozenCheckFailed, AccessorName(path, i-1), path.Path, intermediateFreezable.GetType().ToString() )); 732throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path)); 747throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyObject, AccessorName(path, i-1), path.Path)); 752throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, path.Path )); 757throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathSealedCheckFailed, intermediateDP.Name, path.Path, intermediateDO)); 762throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathIncludesNonAnimatableProperty, path.Path, intermediateDP.Name)); 845throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathUnresolved, path.Path)); 876throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path));
System\Windows\PropertyPath.cs (2)
372_arySVI = parser.Parse(Path); 378detail = Path;
System\Windows\PropertyPathConverter.cs (2)
155return path.Path; 160string originalPath = path.Path;
System\Windows\VisualStateManager.cs (4)
741(other._targetProperty.Path == _targetProperty.Path) && 772int targetPropertyHash = (_targetProperty != null && _targetProperty.Path != null) ? _targetProperty.Path.GetHashCode() : 0;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1487string path = itemBinding.Path.Path;