1 write to XPath
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8684
SetDelegate = delegate (object target, object value) { ((System.Windows.Data.XmlDataProvider)target).
XPath
= (System.String)value; },
4 references to XPath
PresentationFramework (4)
System\Windows\Data\XmlDataProvider.cs (3)
146
OnPropertyChanged(new PropertyChangedEventArgs(nameof(
XPath
)));
767
string xpath = (string.IsNullOrEmpty(
XPath
)) ? "/" :
XPath
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8685
GetDelegate = delegate (object target) { return ((System.Windows.Data.XmlDataProvider)target).
XPath
; }