36 writes to Path
PresentationFramework (27)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
60
binding.
Path
= new PropertyPath(_displayMemberPath);
System\Windows\Controls\InkCanvas.cs (3)
636
activeEditingModeBinding.
Path
= new PropertyPath(InkCanvas.ActiveEditingModeProperty);
2022
strokes.
Path
= new PropertyPath(InkCanvas.StrokesProperty);
2189
background.
Path
= new PropertyPath(InkCanvas.BackgroundProperty);
System\Windows\Controls\MenuItem.cs (1)
2144
binding.
Path
= new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty);
System\Windows\Controls\PopupControlService.cs (1)
447
binding.
Path
= new PropertyPath(ToolTipService.ToolTipProperty);
System\Windows\Controls\Primitives\ScrollBar.cs (1)
890
binding.
Path
= new PropertyPath(ContextMenu.PlacementTargetProperty);
System\Windows\Controls\Primitives\Selector.cs (2)
757
binding.
Path
= new PropertyPath("/InnerText");
761
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Controls\Primitives\TickBar.cs (3)
666
binding.
Path
= new PropertyPath(source);
698
binding.
Path
= new PropertyPath(Thumb.ActualWidthProperty);
702
binding.
Path
= new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
332
binding.
Path
= new PropertyPath(ToolBar.OrientationProperty);
System\Windows\Controls\Primitives\Track.cs (2)
688
binding.
Path
= new PropertyPath(source);
700
binding.
Path
= new PropertyPath(source);
System\Windows\Controls\ScrollViewer.cs (1)
1335
binding.
Path
= new PropertyPath(property);
System\Windows\Controls\StickyNote.cs (2)
1476
stickyNoteInkEditingMode.
Path
= new PropertyPath(StickyNoteControl.InkEditingModeProperty);
1482
stickyNoteIsKeyboardFocusWithin.
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)
220
Path
= new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1434
binding.
Path
= new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters);
System\Windows\FrameworkTemplate.cs (1)
821
binding.
Path
= new PropertyPath(templateBindingExtension.Property);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6545
bamlMember.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)
453
Binding isCheckedBinding = new Binding () { Source = contextMenu,
Path
= path };
455
Binding isMinimizedBinding = new Binding() { Source = contextMenu,
Path
= path };
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1471
itemBinding.
Path
= new PropertyPath("/InnerText");
1475
itemBinding.
Path
= new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
116
binding.
Path
= new PropertyPath(PrivateSharedSizeScopeProperty);
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
683
binding.
Path
= new PropertyPath("/InnerText");
687
binding.
Path
= new PropertyPath(primaryTextPath);
919
binding.
Path
= new PropertyPath("/InnerText");
923
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)
583
string path = bindingExpr.ParentBinding.
Path
.Path;
2173
string path = bindingExpr.ParentBinding.
Path
.Path;
System\Windows\Data\BindingExpression.cs (5)
62
PropertyPath pp = binding.
Path
;
339
get { return ParentBinding.
Path
; }
407
(binding.
Path
== null || String.IsNullOrEmpty(binding.
Path
.Path)))
656
ParentBinding.
Path
.Path),
System\Windows\Data\BindingGroup.cs (1)
1434
binding.Path = new PropertyPath(entry.PropertyName, originalBinding.
Path
.PathParameters);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6546
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).
Path
; };
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1485
string path = itemBinding.
Path
.Path;