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