4 references to XPath
PresentationFramework (4)
src\Framework\System\Windows\Data\Binding.cs (4)
367get { return (string)GetValue(Feature.XPath, null); } 368set { CheckSealed(); SetValue(Feature.XPath, value, null); } 728CopyValue(Feature.XPath, clone); 785if (!treeContextIsRequired && HasValue(Feature.XPath) && XPath.IndexOf(':') >= 0)