61 instantiations of PropertyPath
PresentationFramework (31)
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\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\Selector.cs (2)
776
binding.Path = new
PropertyPath
("/InnerText");
780
binding.Path = new
PropertyPath
(SelectedValuePath);
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\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\FrameworkTemplate.cs (1)
834
binding.Path = new
PropertyPath
(templateBindingExtension.Property);
src\Framework\System\Windows\PropertyPathConverter.cs (1)
116
return new
PropertyPath
((string)source, typeDescriptorContext);
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
338
Path = new
PropertyPath
("(SystemParameters." + bp.SystemParameterPropertyName + ")"),
System.Activities.Core.Presentation (11)
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\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\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 (19)
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 (4)
43
searchTextBinding.Path = new
PropertyPath
(TextBox.TextProperty);
49
toolItemBinding.Path = new
PropertyPath
(TreeViewItem.HeaderProperty);
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") };
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);
46 references to PropertyPath
PresentationFramework (46)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (3)
41
PropertyPath
path = ParentBinding.Path;
64
PropertyPath
PrepareXmlBinding(
PropertyPath
path)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (11)
37
internal PropertyPathWorker(
PropertyPath
path)
42
internal PropertyPathWorker(
PropertyPath
path, ClrBindingWorker host, bool isDynamic, DataBindEngine engine)
49
private PropertyPathWorker(
PropertyPath
path, DataBindEngine engine)
702
PropertyPath
.DowncastAccessor(_arySVS[k].info, out oldDP, out oldPI, out oldPD, out oldDOA);
872
PropertyPath
.DowncastAccessor(svs.info, out newDP, out newPI, out newPD, out newDOA);
989
if (
PropertyPath
.IsStaticProperty(_arySVS[level].info))
1077
bool cacheAccessor = !
PropertyPath
.IsParameterIndex(SVI[k].name, out index);
1087
if (
PropertyPath
.IsStaticProperty(svs.info))
1139
PropertyPath
.DowncastAccessor(info, out dp, out pi1, out pd, out doa);
1302
if (
PropertyPath
.IsStaticProperty(info))
1929
PropertyPath
_parent;
src\Framework\MS\Internal\Data\SortFieldComparer.cs (2)
126
PropertyPath
pp;
151
internal
PropertyPath
info;
src\Framework\System\Windows\Data\Binding.cs (3)
329
public
PropertyPath
Path
712
internal void UsePath(
PropertyPath
path)
845
PropertyPath
_ppath;
src\Framework\System\Windows\Data\BindingExpression.cs (2)
75
PropertyPath
pp = binding.Path;
351
internal
PropertyPath
Path
src\Framework\System\Windows\Data\PropertyGroupDescription.cs (1)
272
PropertyPath
_propertyPath;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
583
case 491: t = () => typeof(
PropertyPath
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6500
typeof(System.Windows.
PropertyPath
), // type
6505
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).Path = (System.Windows.
PropertyPath
)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7966
typeof(System.Windows.
PropertyPath
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6035
case KnownElements.PropertyPath: t = typeof(System.Windows.
PropertyPath
); break;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (11)
154
DependencyProperty.RegisterAttached("TargetProperty", typeof(
PropertyPath
), typeof(Storyboard));
162
public static void SetTargetProperty(DependencyObject element,
PropertyPath
path)
172
public static
PropertyPath
GetTargetProperty(DependencyObject element)
175
return (
PropertyPath
)element.GetValue(TargetPropertyProperty);
377
PropertyPath
parentPropertyPath,
386
PropertyPath
currentPropertyPath = parentPropertyPath;
411
PropertyPath
propertyPath = (
PropertyPath
)currentTimeline.GetValue(TargetPropertyProperty);
676
internal static void VerifyPathIsAnimatable(
PropertyPath
path)
767
private static string AccessorName(
PropertyPath
path, int index )
808
PropertyPath
path, AnimationClock animationClock, HandoffBehavior handoffBehavior, Int64 layer )
src\Framework\System\Windows\PropertyPathConverter.cs (6)
120
throw new ArgumentException(SR.Get(SRID.CannotConvertType, source.GetType().FullName, typeof(
PropertyPath
)));
158
throw new ArgumentException(SR.Get(SRID.CannotConvertType, typeof(
PropertyPath
), destinationType.FullName));
161
PropertyPath
path = value as
PropertyPath
;
164
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(
PropertyPath
)), "value");
222
PropertyPath
.DowncastAccessor(pathPart, out dp, out pi, out pd, out doa);
src\Framework\System\Windows\VisualStateManager.cs (2)
545
PropertyPath
path = Storyboard.GetTargetProperty(source);
836
private
PropertyPath
_targetProperty;