11 writes to XPath
PresentationFramework (8)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
45
XPath
= _displayMemberPath,
MS\Internal\Data\LiveShapingItem.cs (1)
113
XPath
= path
System\Windows\Controls\ContentPresenter.cs (2)
64
XPath
= "."
759
XPath
= ".",
System\Windows\Controls\Primitives\Selector.cs (1)
753
binding.
XPath
= SelectedValuePath;
System\Windows\Controls\TextSearch.cs (1)
649
binding.
XPath
= primaryTextPath;
System\Windows\Controls\TreeView.cs (1)
321
binding.
XPath
= SelectedValuePath;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8820
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)
1473
itemBinding.
XPath
= SelectedValuePath;
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
683
binding.
XPath
= primaryTextPath;
914
binding.
XPath
= _bindingPath;
13 references to XPath
PresentationFramework (13)
MS\Internal\Data\ClrBindingWorker.cs (1)
31
if (ParentBinding.
XPath
!= null)
MS\Internal\Data\XmlBindingWorker.cs (1)
32
_xpath = ParentBinding.
XPath
;
MS\Internal\TraceData.cs (2)
150
else if (binding.
XPath
!= null)
151
traceBuilder.AppendFormat("XPath={0}", binding.
XPath
);
System\Windows\Controls\DataGridHelper.cs (2)
684
if (!string.IsNullOrEmpty(binding.
XPath
))
686
return binding.
XPath
;
System\Windows\Controls\Primitives\Selector.cs (1)
734
bool usesXml = (binding.
XPath
!= null);
System\Windows\Controls\TreeView.cs (1)
304
bool usesXml = (binding.
XPath
!= null);
System\Windows\Data\Binding.cs (1)
754
if (!treeContextIsRequired && HasValue(Feature.XPath) &&
XPath
.Contains(':'))
System\Windows\Data\BindingExpression.cs (3)
64
if (String.IsNullOrEmpty(binding.
XPath
))
75
TraceData.Identify(binding.
XPath
),
402
if (bindExpr.IsReflective && binding.
XPath
== null &&
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8821
GetDelegate = delegate (object target) { return ((System.Windows.Data.Binding)target).
XPath
; }