36 writes to Path
PresentationFramework (27)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
63
binding.
Path
= new PropertyPath(_displayMemberPath);
System\Windows\Controls\InkCanvas.cs (3)
648
activeEditingModeBinding.
Path
= new PropertyPath(InkCanvas.ActiveEditingModeProperty);
2034
strokes.
Path
= new PropertyPath(InkCanvas.StrokesProperty);
2201
background.
Path
= new PropertyPath(InkCanvas.BackgroundProperty);
System\Windows\Controls\MenuItem.cs (1)
2154
binding.
Path
= new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty);
System\Windows\Controls\PopupControlService.cs (1)
457
binding.
Path
= new PropertyPath(ToolTipService.ToolTipProperty);
System\Windows\Controls\Primitives\ScrollBar.cs (1)
906
binding.
Path
= new PropertyPath(ContextMenu.PlacementTargetProperty);
System\Windows\Controls\Primitives\Selector.cs (2)
766
binding.
Path
= new PropertyPath("/InnerText");
770
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Controls\Primitives\TickBar.cs (3)
680
binding.
Path
= new PropertyPath(source);
712
binding.
Path
= new PropertyPath(Thumb.ActualWidthProperty);
716
binding.
Path
= new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
341
binding.
Path
= new PropertyPath(ToolBar.OrientationProperty);
System\Windows\Controls\Primitives\Track.cs (2)
699
binding.
Path
= new PropertyPath(source);
711
binding.
Path
= new PropertyPath(source);
System\Windows\Controls\ScrollViewer.cs (1)
1343
binding.
Path
= new PropertyPath(property);
System\Windows\Controls\StickyNote.cs (2)
1492
stickyNoteInkEditingMode.
Path
= new PropertyPath(StickyNoteControl.InkEditingModeProperty);
1498
stickyNoteIsKeyboardFocusWithin.
Path
= new PropertyPath(UIElement.IsKeyboardFocusWithinProperty);
System\Windows\Controls\TextSearch.cs (2)
663
binding.
Path
= new PropertyPath("/InnerText");
667
binding.
Path
= new PropertyPath(primaryTextPath);
System\Windows\Controls\TreeView.cs (2)
328
binding.
Path
= new PropertyPath("/InnerText");
332
binding.
Path
= new PropertyPath(SelectedValuePath);
System\Windows\Data\Binding.cs (1)
228
Path
= new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1439
binding.
Path
= new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters);
System\Windows\FrameworkTemplate.cs (1)
830
binding.
Path
= new PropertyPath(templateBindingExtension.Property);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6547
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).
Path
= (System.Windows.PropertyPath)value; };
System\Windows\Shell\WindowChrome.cs (1)
340
Path
= new PropertyPath($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
455
Binding isCheckedBinding = new Binding () { Source = contextMenu,
Path
= path };
457
Binding isMinimizedBinding = new Binding() { Source = contextMenu,
Path
= path };
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1473
itemBinding.
Path
= new PropertyPath("/InnerText");
1477
itemBinding.
Path
= new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
119
binding.
Path
= new PropertyPath(PrivateSharedSizeScopeProperty);
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
688
binding.
Path
= new PropertyPath("/InnerText");
692
binding.
Path
= new PropertyPath(primaryTextPath);
924
binding.
Path
= new PropertyPath("/InnerText");
928
binding.
Path
= new PropertyPath(_bindingPath);
16 references to Path
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
39
PropertyPath path = ParentBinding.
Path
;
51
if (ParentBinding.
Path
== null)
MS\Internal\TraceData.cs (2)
154
if (binding.
Path
!= null)
155
traceBuilder.AppendFormat("Path={0}", binding.
Path
.Path );
System\Windows\Controls\DataGridHelper.cs (2)
695
else if (binding.
Path
!= null)
697
return binding.
Path
.Path;
System\Windows\Controls\Primitives\Selector.cs (2)
592
string path = bindingExpr.ParentBinding.
Path
.Path;
2182
string path = bindingExpr.ParentBinding.
Path
.Path;
System\Windows\Data\BindingExpression.cs (5)
71
PropertyPath pp = binding.
Path
;
348
get { return ParentBinding.
Path
; }
416
(binding.
Path
== null || String.IsNullOrEmpty(binding.
Path
.Path)))
665
ParentBinding.
Path
.Path),
System\Windows\Data\BindingGroup.cs (1)
1439
binding.Path = new PropertyPath(entry.PropertyName, originalBinding.
Path
.PathParameters);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6548
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).
Path
; };
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1487
string path = itemBinding.
Path
.Path;