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