23 references to PropertyPath
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
48
path = new
PropertyPath
(String.Empty);
104
path = new
PropertyPath
(pathString);
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
63
binding.Path = new
PropertyPath
(_displayMemberPath);
MS\Internal\Data\SortFieldComparer.cs (1)
130
pp = new
PropertyPath
(sortFields[k].PropertyName);
System\Windows\Controls\Primitives\Selector.cs (2)
766
binding.Path = new
PropertyPath
("/InnerText");
770
binding.Path = new
PropertyPath
(SelectedValuePath);
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\Data\PropertyGroupDescription.cs (1)
251
_propertyPath = !String.IsNullOrEmpty(propertyName) ? new
PropertyPath
(propertyName) : null;
System\Windows\PropertyPath.cs (1)
101
:
this
(SingleStepPath, parameter)
System\Windows\Shell\WindowChrome.cs (1)
340
Path = new
PropertyPath
($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
450
PropertyPath path = new
PropertyPath
("(0).(1).(2)");
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1473
itemBinding.Path = new
PropertyPath
("/InnerText");
1477
itemBinding.Path = new
PropertyPath
(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1332
opacityAnimation.SetValue(Storyboard.TargetPropertyProperty, new
PropertyPath
("Opacity"));
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);