36 writes to Path
PresentationFramework (27)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
62
Path
= new PropertyPath(_displayMemberPath),
System\Windows\Controls\InkCanvas.cs (3)
646
Path
= new PropertyPath(InkCanvas.ActiveEditingModeProperty),
2034
Path
= new PropertyPath(InkCanvas.StrokesProperty),
2203
Path
= new PropertyPath(InkCanvas.BackgroundProperty),
System\Windows\Controls\MenuItem.cs (1)
2137
Path
= new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty),
System\Windows\Controls\PopupControlService.cs (1)
449
Path
= new PropertyPath(ToolTipService.ToolTipProperty),
System\Windows\Controls\Primitives\ScrollBar.cs (1)
894
Path
= new PropertyPath(ContextMenu.PlacementTargetProperty),
System\Windows\Controls\Primitives\Selector.cs (2)
754
binding.
Path
= new PropertyPath("/InnerText");
758
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Controls\Primitives\TickBar.cs (3)
666
Path
= new PropertyPath(source)
701
binding.
Path
= new PropertyPath(Thumb.ActualWidthProperty);
705
binding.
Path
= new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
329
Path
= new PropertyPath(ToolBar.OrientationProperty)
System\Windows\Controls\Primitives\Track.cs (2)
674
Path
= new PropertyPath(source)
688
Path
= new PropertyPath(source)
System\Windows\Controls\ScrollViewer.cs (1)
1335
Path
= new PropertyPath(property)
System\Windows\Controls\StickyNote.cs (2)
1441
Path
= new PropertyPath(StickyNoteControl.InkEditingModeProperty),
1449
Path
= new PropertyPath(UIElement.IsKeyboardFocusWithinProperty),
System\Windows\Controls\TextSearch.cs (2)
650
binding.
Path
= new PropertyPath("/InnerText");
654
binding.
Path
= new PropertyPath(primaryTextPath);
System\Windows\Controls\TreeView.cs (2)
322
binding.
Path
= new PropertyPath("/InnerText");
326
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Data\Binding.cs (1)
202
Path
= new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1411
Path
= new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters),
System\Windows\FrameworkTemplate.cs (1)
818
Path
= new PropertyPath(templateBindingExtension.Property),
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7029
SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).
Path
= (System.Windows.PropertyPath)value; },
System\Windows\Shell\WindowChrome.cs (1)
336
Path
= new PropertyPath($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
462
Binding isCheckedBinding = new Binding () { Source = contextMenu,
Path
= path };
467
Path
= path,
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1474
itemBinding.
Path
= new PropertyPath("/InnerText");
1478
itemBinding.
Path
= new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
116
Path
= new PropertyPath(PrivateSharedSizeScopeProperty),
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
684
binding.
Path
= new PropertyPath("/InnerText");
688
binding.
Path
= new PropertyPath(primaryTextPath);
915
binding.
Path
= new PropertyPath("/InnerText");
919
binding.
Path
= new PropertyPath(_bindingPath);
16 references to Path
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
29
PropertyPath path = ParentBinding.
Path
;
41
if (ParentBinding.
Path
== null)
MS\Internal\TraceData.cs (2)
148
if (binding.
Path
!= null)
149
traceBuilder.AppendFormat("Path={0}", binding.
Path
.Path );
System\Windows\Controls\DataGridHelper.cs (2)
688
else if (binding.
Path
!= null)
690
return binding.
Path
.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
579
string path = bindingExpr.ParentBinding.
Path
.Path;
2170
string path = bindingExpr.ParentBinding.
Path
.Path;
System\Windows\Data\BindingExpression.cs (5)
61
PropertyPath pp = binding.
Path
;
335
get { return ParentBinding.
Path
; }
403
(binding.
Path
== null || String.IsNullOrEmpty(binding.
Path
.Path)))
652
ParentBinding.
Path
.Path),
System\Windows\Data\BindingGroup.cs (1)
1411
Path = new PropertyPath(entry.PropertyName, originalBinding.
Path
.PathParameters),
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7030
GetDelegate = delegate (object target) { return ((System.Windows.Data.Binding)target).
Path
; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1488
string path = itemBinding.
Path
.Path;