36 writes to Path
PresentationFramework (27)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
63
Path
= new PropertyPath(_displayMemberPath),
System\Windows\Controls\InkCanvas.cs (3)
647
Path
= new PropertyPath(InkCanvas.ActiveEditingModeProperty),
2035
Path
= new PropertyPath(InkCanvas.StrokesProperty),
2204
Path
= new PropertyPath(InkCanvas.BackgroundProperty),
System\Windows\Controls\MenuItem.cs (1)
2138
Path
= new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty),
System\Windows\Controls\PopupControlService.cs (1)
450
Path
= new PropertyPath(ToolTipService.ToolTipProperty),
System\Windows\Controls\Primitives\ScrollBar.cs (1)
895
Path
= new PropertyPath(ContextMenu.PlacementTargetProperty),
System\Windows\Controls\Primitives\Selector.cs (2)
755
binding.
Path
= new PropertyPath("/InnerText");
759
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Controls\Primitives\TickBar.cs (3)
667
Path
= new PropertyPath(source)
702
binding.
Path
= new PropertyPath(Thumb.ActualWidthProperty);
706
binding.
Path
= new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
330
Path
= new PropertyPath(ToolBar.OrientationProperty)
System\Windows\Controls\Primitives\Track.cs (2)
683
Path
= new PropertyPath(source)
697
Path
= new PropertyPath(source)
System\Windows\Controls\ScrollViewer.cs (1)
1336
Path
= new PropertyPath(property)
System\Windows\Controls\StickyNote.cs (2)
1442
Path
= new PropertyPath(StickyNoteControl.InkEditingModeProperty),
1450
Path
= new PropertyPath(UIElement.IsKeyboardFocusWithinProperty),
System\Windows\Controls\TextSearch.cs (2)
651
binding.
Path
= new PropertyPath("/InnerText");
655
binding.
Path
= new PropertyPath(primaryTextPath);
System\Windows\Controls\TreeView.cs (2)
323
binding.
Path
= new PropertyPath("/InnerText");
327
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Data\Binding.cs (1)
203
Path
= new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1412
Path
= new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters),
System\Windows\FrameworkTemplate.cs (1)
820
Path
= new PropertyPath(templateBindingExtension.Property),
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7030
SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).
Path
= (System.Windows.PropertyPath)value; },
System\Windows\Shell\WindowChrome.cs (1)
337
Path
= new PropertyPath($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
463
Binding isCheckedBinding = new Binding () { Source = contextMenu,
Path
= path };
468
Path
= path,
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1475
itemBinding.
Path
= new PropertyPath("/InnerText");
1479
itemBinding.
Path
= new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
117
Path
= new PropertyPath(PrivateSharedSizeScopeProperty),
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
685
binding.
Path
= new PropertyPath("/InnerText");
689
binding.
Path
= new PropertyPath(primaryTextPath);
918
binding.
Path
= new PropertyPath("/InnerText");
922
binding.
Path
= new PropertyPath(_bindingPath);
16 references to Path
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
30
PropertyPath path = ParentBinding.
Path
;
42
if (ParentBinding.
Path
== null)
MS\Internal\TraceData.cs (2)
149
if (binding.
Path
!= null)
150
traceBuilder.AppendFormat("Path={0}", binding.
Path
.Path );
System\Windows\Controls\DataGridHelper.cs (2)
689
else if (binding.
Path
!= null)
691
return binding.
Path
.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
580
string path = bindingExpr.ParentBinding.
Path
.Path;
2171
string path = bindingExpr.ParentBinding.
Path
.Path;
System\Windows\Data\BindingExpression.cs (5)
62
PropertyPath pp = binding.
Path
;
336
get { return ParentBinding.
Path
; }
404
(binding.
Path
== null || String.IsNullOrEmpty(binding.
Path
.Path)))
653
ParentBinding.
Path
.Path),
System\Windows\Data\BindingGroup.cs (1)
1412
Path = new PropertyPath(entry.PropertyName, originalBinding.
Path
.PathParameters),
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7031
GetDelegate = delegate (object target) { return ((System.Windows.Data.Binding)target).
Path
; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1489
string path = itemBinding.
Path
.Path;