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