11 writes to XPath
PresentationFramework (8)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
48
binding.
XPath
= _displayMemberPath;
MS\Internal\Data\LiveShapingItem.cs (1)
115
binding.
XPath
= path;
System\Windows\Controls\ContentPresenter.cs (2)
73
binding.
XPath
= ".";
758
binding.
XPath
= ".";
System\Windows\Controls\Primitives\Selector.cs (1)
765
binding.
XPath
= SelectedValuePath;
System\Windows\Controls\TextSearch.cs (1)
662
binding.
XPath
= primaryTextPath;
System\Windows\Controls\TreeView.cs (1)
327
binding.
XPath
= SelectedValuePath;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8156
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).
XPath
= (System.String)value; };
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1472
itemBinding.
XPath
= SelectedValuePath;
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
687
binding.
XPath
= primaryTextPath;
923
binding.
XPath
= _bindingPath;
13 references to XPath
PresentationFramework (13)
MS\Internal\Data\ClrBindingWorker.cs (1)
41
if (ParentBinding.
XPath
!= null)
MS\Internal\Data\XmlBindingWorker.cs (1)
39
_xpath = ParentBinding.
XPath
;
MS\Internal\TraceData.cs (2)
156
else if (binding.
XPath
!= null)
157
traceBuilder.AppendFormat("XPath={0}", binding.
XPath
);
System\Windows\Controls\DataGridHelper.cs (2)
691
if (!string.IsNullOrEmpty(binding.
XPath
))
693
return binding.
XPath
;
System\Windows\Controls\Primitives\Selector.cs (1)
747
bool usesXml = (binding.
XPath
!= null);
System\Windows\Controls\TreeView.cs (1)
312
bool usesXml = (binding.
XPath
!= null);
System\Windows\Data\Binding.cs (1)
780
if (!treeContextIsRequired && HasValue(Feature.XPath) &&
XPath
.Contains(':'))
System\Windows\Data\BindingExpression.cs (3)
74
if (String.IsNullOrEmpty(binding.
XPath
))
85
TraceData.Identify(binding.
XPath
),
415
if (bindExpr.IsReflective && binding.
XPath
== null &&
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8157
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).
XPath
; };