1 write to XPath
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7991bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.XmlDataProvider)target).XPath = (System.String)value; };
3 references to XPath
PresentationFramework (3)
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
778string xpath = (string.IsNullOrEmpty(XPath)) ? "/" : XPath;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7992bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.XmlDataProvider)target).XPath; };