17 references to PropertyPath
PresentationFramework (16)
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\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\FrameworkTemplate.cs (1)
830
binding.Path = new
PropertyPath
(templateBindingExtension.Property);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
119
binding.Path = new
PropertyPath
(PrivateSharedSizeScopeProperty);