4 references to XPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
354get { return (string)GetValue(Feature.XPath, null); } 355set { CheckSealed(); SetValue(Feature.XPath, value, null); } 715CopyValue(Feature.XPath, clone); 772if (!treeContextIsRequired && HasValue(Feature.XPath) && XPath.Contains(':'))