28 references to Path
PresentationFramework (27)
MS\Internal\Data\PropertyPathWorker.cs (1)
129string s = _parent.Path;
MS\Internal\TraceData.cs (1)
150traceBuilder.AppendFormat("Path={0}", binding.Path.Path );
System\Windows\Controls\DataGridHelper.cs (1)
691return binding.Path.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
580string path = bindingExpr.ParentBinding.Path.Path; 2171string path = bindingExpr.ParentBinding.Path.Path;
System\Windows\Data\BindingExpression.cs (3)
63string path = (pp != null) ? pp.Path : String.Empty; 404(binding.Path == null || String.IsNullOrEmpty(binding.Path.Path))) 653ParentBinding.Path.Path),
System\Windows\Media\Animation\Storyboard.cs (11)
477throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, currentPropertyPath.Path )); 691throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathObjectNotFound, AccessorName(path, i-1), path.Path )); 698throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathPropertyNotFound, path.Path )); 725throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathFrozenCheckFailed, AccessorName(path, i-1), path.Path, intermediateFreezable.GetType().ToString() )); 731throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path)); 746throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyObject, AccessorName(path, i-1), path.Path)); 751throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, path.Path )); 756throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathSealedCheckFailed, intermediateDP.Name, path.Path, intermediateDO)); 761throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathIncludesNonAnimatableProperty, path.Path, intermediateDP.Name)); 844throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathUnresolved, path.Path)); 875throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path));
System\Windows\PropertyPath.cs (2)
369_arySVI = parser.Parse(Path); 375detail = Path;
System\Windows\PropertyPathConverter.cs (2)
146return path.Path; 151string originalPath = path.Path;
System\Windows\VisualStateManager.cs (4)
736(other._targetProperty.Path == _targetProperty.Path) && 767int targetPropertyHash = (_targetProperty != null && _targetProperty.Path != null) ? _targetProperty.Path.GetHashCode() : 0;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1489string path = itemBinding.Path.Path;