36 references to PropertyPath
PresentationFramework (16)
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\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\FrameworkTemplate.cs (1)
834
binding.Path = new
PropertyPath
(templateBindingExtension.Property);
System.Activities.Core.Presentation (6)
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.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (2)
43
searchTextBinding.Path = new
PropertyPath
(TextBox.TextProperty);
49
toolItemBinding.Path = new
PropertyPath
(TreeViewItem.HeaderProperty);
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);