25 references to PropertyPath
PresentationFramework (15)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
50
path = new
PropertyPath
(String.Empty);
106
path = new
PropertyPath
(pathString);
src\Framework\MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
65
binding.Path = new
PropertyPath
(_displayMemberPath);
src\Framework\MS\Internal\Data\SortFieldComparer.cs (1)
136
pp = new
PropertyPath
(sortFields[k].PropertyName);
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\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\Data\PropertyGroupDescription.cs (1)
253
_propertyPath = !String.IsNullOrEmpty(propertyName) ? new
PropertyPath
(propertyName) : null;
src\Framework\System\Windows\PropertyPath.cs (1)
101
:
this
(SingleStepPath, parameter)
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
338
Path = new
PropertyPath
("(SystemParameters." + bp.SystemParameterPropertyName + ")"),
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
928
labelBinding = new Binding { Source = linkModelItem, Path = new
PropertyPath
("TrueLabel") };
932
labelBinding = new Binding { Source = linkModelItem, Path = new
PropertyPath
("FalseLabel") };
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.Presentation (5)
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 (2)
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") };