62 writes to Path
PresentationFramework (27)
src\Framework\MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
65
binding.
Path
= new PropertyPath(_displayMemberPath);
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
661
activeEditingModeBinding.
Path
= new PropertyPath(InkCanvas.ActiveEditingModeProperty);
2119
strokes.
Path
= new PropertyPath(InkCanvas.StrokesProperty);
2326
background.
Path
= new PropertyPath(InkCanvas.BackgroundProperty);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2202
binding.
Path
= new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty);
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
505
binding.
Path
= new PropertyPath(ToolTipService.ToolTipProperty);
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
911
binding.
Path
= new PropertyPath(ContextMenu.PlacementTargetProperty);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
776
binding.
Path
= new PropertyPath("/InnerText");
780
binding.
Path
= new PropertyPath(SelectedValuePath);
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
681
binding.
Path
= new PropertyPath(source);
713
binding.
Path
= new PropertyPath(Thumb.ActualWidthProperty);
717
binding.
Path
= new PropertyPath(Thumb.ActualHeightProperty);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
342
binding.
Path
= new PropertyPath(ToolBar.OrientationProperty);
src\Framework\System\Windows\Controls\Primitives\Track.cs (2)
701
binding.
Path
= new PropertyPath(source);
713
binding.
Path
= new PropertyPath(source);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1371
binding.
Path
= new PropertyPath(property);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1502
stickyNoteInkEditingMode.
Path
= new PropertyPath(StickyNoteControl.InkEditingModeProperty);
1508
stickyNoteIsKeyboardFocusWithin.
Path
= new PropertyPath(UIElement.IsKeyboardFocusWithinProperty);
src\Framework\System\Windows\Controls\TextSearch.cs (2)
676
binding.
Path
= new PropertyPath("/InnerText");
680
binding.
Path
= new PropertyPath(primaryTextPath);
src\Framework\System\Windows\Controls\TreeView.cs (2)
329
binding.
Path
= new PropertyPath("/InnerText");
333
binding.
Path
= new PropertyPath(SelectedValuePath);
src\Framework\System\Windows\Data\Binding.cs (1)
233
Path
= new PropertyPath(path, (object[])null);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1441
binding.
Path
= new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters);
src\Framework\System\Windows\FrameworkTemplate.cs (1)
834
binding.
Path
= new PropertyPath(templateBindingExtension.Property);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6505
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).
Path
= (System.Windows.PropertyPath)value; };
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
338
Path
= new PropertyPath("(SystemParameters." + bp.SystemParameterPropertyName + ")"),
System.Activities.Core.Presentation (16)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
882
sizeBinding.
Path
= new PropertyPath(FreeFormPanel.ChildSizeProperty);
885
locationBinding.
Path
= new PropertyPath(FreeFormPanel.LocationProperty);
928
labelBinding = new Binding { Source = linkModelItem,
Path
= new PropertyPath("TrueLabel") };
932
labelBinding = new Binding { Source = linkModelItem,
Path
= new PropertyPath("FalseLabel") };
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
85
showAllConditionsBinding.
Path
= new PropertyPath(FlowchartDesigner.ShowAllConditionsProperty);
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
65
Path
= new PropertyPath(FlowSwitchCaseEditorDialog.caseProperty),
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
90
showAllConditionsBinding.
Path
= new PropertyPath(FlowchartDesigner.ShowAllConditionsProperty);
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
344
new Binding { Source = this, Mode = BindingMode.OneWay,
Path
= new PropertyPath(this.CaseProperty) },
345
new Binding { Source = this, Mode = BindingMode.OneWay,
Path
= new PropertyPath(this.IsDefaultCaseProperty) },
408
result.Bindings.Add(new Binding { Source = this, Mode = BindingMode.OneWay,
Path
= new PropertyPath(this.DefaultCaseDisplayNameProperty) });
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (1)
49
b.
Path
= new PropertyPath("Condition");
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (2)
67
Path
= new PropertyPath("DisplayName")
74
Path
= new PropertyPath("DisplayName"),
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
197
readOnlyBinding.
Path
= new PropertyPath(DesignerView.IsReadOnlyProperty);
1040
sizeBinding.
Path
= new PropertyPath(FreeFormPanel.ChildSizeProperty);
1043
locationBinding.
Path
= new PropertyPath(FreeFormPanel.LocationProperty);
System.Activities.Presentation (19)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
741
contentPresenterFactory.SetBinding(ContentPresenter.TagProperty, new Binding() { Converter = ModelPropertyEntryToOwnerActivityConverter, ConverterParameter = false,
Path
= new PropertyPath("ParentProperty") });
744
binding.Bindings.Add(new Binding() {
Path
= new PropertyPath("Tag.Timestamp"), Mode = BindingMode.OneWay, RelativeSource = RelativeSource.Self });
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (4)
43
searchTextBinding.
Path
= new PropertyPath(TextBox.TextProperty);
49
toolItemBinding.
Path
= new PropertyPath(TreeViewItem.HeaderProperty);
66
automationIdBinding.
Path
= new PropertyPath("Header.ToolName");
111
automationIdBinding.
Path
= new PropertyPath("Header.CategoryName");
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
866
var hasErrorsBinding = new Binding() { Mode = BindingMode.OneWay,
Path
= new PropertyPath("HasErrors") };
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1520
Path
= new PropertyPath(Slider.ValueProperty),
1527
Path
= new PropertyPath(Slider.ValueProperty),
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
171
textToType.
Path
= new PropertyPath(TypeProperty);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
667
binding.
Path
= new PropertyPath(VisualBasicEditor.TextProperty);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (8)
199
readOnlyBinding.
Path
= new PropertyPath(DesignerView.IsReadOnlyProperty);
210
modelItemBinding.
Path
= new PropertyPath(WorkflowViewElement.ModelItemProperty);
214
isRootDesignerBinding.
Path
= new PropertyPath(WorkflowViewElement.IsRootDesignerProperty);
219
expandAllBinding.
Path
= new PropertyPath(DesignerView.ShouldExpandAllProperty);
223
collapseAllBinding.
Path
= new PropertyPath(DesignerView.ShouldCollapseAllProperty);
227
expandStateBinding.
Path
= new PropertyPath(WorkflowViewElement.ExpandStateProperty);
231
pinStateBinding.
Path
= new PropertyPath(WorkflowViewElement.PinStateProperty);
238
containerBinding.
Path
= new PropertyPath(DragDropHelper.DragSourceProperty);
15 references to Path
PresentationFramework (15)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
41
PropertyPath path = ParentBinding.
Path
;
53
if (ParentBinding.
Path
== null)
src\Framework\MS\Internal\TraceData.cs (2)
155
if (binding.
Path
!= null)
156
traceBuilder.AppendFormat("Path={0}", binding.
Path
.Path );
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
694
else if (binding.
Path
!= null)
696
return binding.
Path
.Path;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
602
string path = bindingExpr.ParentBinding.
Path
.Path;
2227
string path = bindingExpr.ParentBinding.
Path
.Path;
src\Framework\System\Windows\Data\BindingExpression.cs (5)
75
PropertyPath pp = binding.
Path
;
353
get { return ParentBinding.
Path
; }
421
(binding.
Path
== null || String.IsNullOrEmpty(binding.
Path
.Path)))
666
ParentBinding.
Path
.Path));
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1441
binding.Path = new PropertyPath(entry.PropertyName, originalBinding.
Path
.PathParameters);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6506
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).
Path
; };