28 references to Path
PresentationFramework (27)
MS\Internal\Data\PropertyPathWorker.cs (1)
128string s = _parent.Path;
MS\Internal\TraceData.cs (1)
149traceBuilder.AppendFormat("Path={0}", binding.Path.Path );
System\Windows\Controls\DataGridHelper.cs (1)
690return binding.Path.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
579string path = bindingExpr.ParentBinding.Path.Path; 2170string path = bindingExpr.ParentBinding.Path.Path;
System\Windows\Data\BindingExpression.cs (3)
62string path = (pp != null) ? pp.Path : String.Empty; 403(binding.Path == null || String.IsNullOrEmpty(binding.Path.Path))) 652ParentBinding.Path.Path),
System\Windows\Media\Animation\Storyboard.cs (11)
476throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, currentPropertyPath.Path )); 690throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathObjectNotFound, AccessorName(path, i-1), path.Path )); 697throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathPropertyNotFound, path.Path )); 724throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathFrozenCheckFailed, AccessorName(path, i-1), path.Path, intermediateFreezable.GetType().ToString() )); 730throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path)); 745throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyObject, AccessorName(path, i-1), path.Path)); 750throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathMustPointToDependencyProperty, path.Path )); 755throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathSealedCheckFailed, intermediateDP.Name, path.Path, intermediateDO)); 760throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathIncludesNonAnimatableProperty, path.Path, intermediateDP.Name)); 843throw new InvalidOperationException(SR.Format(SR.Storyboard_PropertyPathUnresolved, path.Path)); 874throw new InvalidOperationException(SR.Format(SR.Storyboard_ImmutableTargetNotSupported, path.Path));
System\Windows\PropertyPath.cs (2)
368_arySVI = parser.Parse(Path); 374detail = Path;
System\Windows\PropertyPathConverter.cs (2)
145return path.Path; 150string originalPath = path.Path;
System\Windows\VisualStateManager.cs (4)
735(other._targetProperty.Path == _targetProperty.Path) && 766int targetPropertyHash = (_targetProperty != null && _targetProperty.Path != null) ? _targetProperty.Path.GetHashCode() : 0;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1488string path = itemBinding.Path.Path;