23 references to PropertyPath
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
39path = new PropertyPath(String.Empty); 95path = new PropertyPath(pathString);
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
60binding.Path = new PropertyPath(_displayMemberPath);
MS\Internal\Data\SortFieldComparer.cs (1)
126pp = new PropertyPath(sortFields[k].PropertyName);
System\Windows\Controls\Primitives\Selector.cs (2)
757binding.Path = new PropertyPath("/InnerText"); 761binding.Path = new PropertyPath(SelectedValuePath);
System\Windows\Controls\TextSearch.cs (2)
651binding.Path = new PropertyPath("/InnerText"); 655binding.Path = new PropertyPath(primaryTextPath);
System\Windows\Controls\TreeView.cs (2)
323binding.Path = new PropertyPath("/InnerText"); 327binding.Path = new PropertyPath(SelectedValuePath);
System\Windows\Data\Binding.cs (1)
220Path = new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1434binding.Path = new PropertyPath(entry.PropertyName, originalBinding.Path.PathParameters);
System\Windows\Data\PropertyGroupDescription.cs (1)
248_propertyPath = !String.IsNullOrEmpty(propertyName) ? new PropertyPath(propertyName) : null;
System\Windows\PropertyPath.cs (1)
98: this(SingleStepPath, parameter)
System\Windows\Shell\WindowChrome.cs (1)
337Path = new PropertyPath($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
448PropertyPath path = new PropertyPath("(0).(1).(2)");
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1471itemBinding.Path = new PropertyPath("/InnerText"); 1475itemBinding.Path = new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1329opacityAnimation.SetValue(Storyboard.TargetPropertyProperty, new PropertyPath("Opacity"));
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
683binding.Path = new PropertyPath("/InnerText"); 687binding.Path = new PropertyPath(primaryTextPath); 919binding.Path = new PropertyPath("/InnerText"); 923binding.Path = new PropertyPath(_bindingPath);