40 instantiations of PropertyPath
PresentationFramework (31)
MS\Internal\Data\ClrBindingWorker.cs (2)
48path = new PropertyPath(String.Empty); 104path = new PropertyPath(pathString);
MS\Internal\Data\DisplayMemberTemplateSelector.cs (1)
63binding.Path = new PropertyPath(_displayMemberPath);
MS\Internal\Data\SortFieldComparer.cs (1)
130pp = new PropertyPath(sortFields[k].PropertyName);
System\Windows\Controls\InkCanvas.cs (3)
648activeEditingModeBinding.Path = new PropertyPath(InkCanvas.ActiveEditingModeProperty); 2034strokes.Path = new PropertyPath(InkCanvas.StrokesProperty); 2201background.Path = new PropertyPath(InkCanvas.BackgroundProperty);
System\Windows\Controls\MenuItem.cs (1)
2154binding.Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty);
System\Windows\Controls\PopupControlService.cs (1)
457binding.Path = new PropertyPath(ToolTipService.ToolTipProperty);
System\Windows\Controls\Primitives\ScrollBar.cs (1)
906binding.Path = new PropertyPath(ContextMenu.PlacementTargetProperty);
System\Windows\Controls\Primitives\Selector.cs (2)
766binding.Path = new PropertyPath("/InnerText"); 770binding.Path = new PropertyPath(SelectedValuePath);
System\Windows\Controls\Primitives\TickBar.cs (3)
680binding.Path = new PropertyPath(source); 712binding.Path = new PropertyPath(Thumb.ActualWidthProperty); 716binding.Path = new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
341binding.Path = new PropertyPath(ToolBar.OrientationProperty);
System\Windows\Controls\Primitives\Track.cs (2)
699binding.Path = new PropertyPath(source); 711binding.Path = new PropertyPath(source);
System\Windows\Controls\ScrollViewer.cs (1)
1343binding.Path = new PropertyPath(property);
System\Windows\Controls\StickyNote.cs (2)
1492stickyNoteInkEditingMode.Path = new PropertyPath(StickyNoteControl.InkEditingModeProperty); 1498stickyNoteIsKeyboardFocusWithin.Path = new PropertyPath(UIElement.IsKeyboardFocusWithinProperty);
System\Windows\Controls\TextSearch.cs (2)
663binding.Path = new PropertyPath("/InnerText"); 667binding.Path = new PropertyPath(primaryTextPath);
System\Windows\Controls\TreeView.cs (2)
328binding.Path = new PropertyPath("/InnerText"); 332binding.Path = new PropertyPath(SelectedValuePath);
System\Windows\Data\Binding.cs (1)
228Path = new PropertyPath(path, (object[])null);
System\Windows\Data\BindingGroup.cs (1)
1439binding.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\FrameworkTemplate.cs (1)
830binding.Path = new PropertyPath(templateBindingExtension.Property);
System\Windows\PropertyPathConverter.cs (1)
108return new PropertyPath((string)source, typeDescriptorContext);
System\Windows\Shell\WindowChrome.cs (1)
340Path = new PropertyPath($"(SystemParameters.{bp.SystemParameterPropertyName})"),
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
450PropertyPath path = new PropertyPath("(0).(1).(2)");
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1473itemBinding.Path = new PropertyPath("/InnerText"); 1477itemBinding.Path = new PropertyPath(SelectedValuePath);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1332opacityAnimation.SetValue(Storyboard.TargetPropertyProperty, new PropertyPath("Opacity"));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
119binding.Path = new PropertyPath(PrivateSharedSizeScopeProperty);
Microsoft\Windows\Controls\TextSearchInternal.cs (4)
688binding.Path = new PropertyPath("/InnerText"); 692binding.Path = new PropertyPath(primaryTextPath); 924binding.Path = new PropertyPath("/InnerText"); 928binding.Path = new PropertyPath(_bindingPath);
47 references to PropertyPath
PresentationFramework (46)
MS\Internal\Data\ClrBindingWorker.cs (3)
39PropertyPath path = ParentBinding.Path; 62PropertyPath PrepareXmlBinding(PropertyPath path)
MS\Internal\Data\PropertyPathWorker.cs (11)
35internal PropertyPathWorker(PropertyPath path) 40internal PropertyPathWorker(PropertyPath path, ClrBindingWorker host, bool isDynamic, DataBindEngine engine) 47private PropertyPathWorker(PropertyPath path, DataBindEngine engine) 702PropertyPath.DowncastAccessor(_arySVS[k].info, out oldDP, out oldPI, out oldPD, out oldDOA); 874PropertyPath.DowncastAccessor(svs.info, out newDP, out newPI, out newPD, out newDOA); 993if (PropertyPath.IsStaticProperty(_arySVS[level].info)) 1083bool cacheAccessor = !PropertyPath.IsParameterIndex(SVI[k].name, out index); 1093if (PropertyPath.IsStaticProperty(svs.info)) 1147PropertyPath.DowncastAccessor(info, out dp, out pi1, out pd, out doa); 1305if (PropertyPath.IsStaticProperty(info)) 1891PropertyPath _parent;
MS\Internal\Data\SortFieldComparer.cs (2)
120PropertyPath pp; 145internal PropertyPath info;
System\Windows\Data\Binding.cs (3)
323public PropertyPath Path 707internal void UsePath(PropertyPath path) 840PropertyPath _ppath;
System\Windows\Data\BindingExpression.cs (2)
71PropertyPath pp = binding.Path; 346internal PropertyPath Path
System\Windows\Data\PropertyGroupDescription.cs (1)
270PropertyPath _propertyPath;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
587case 491: t = () => typeof(PropertyPath); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6542typeof(System.Windows.PropertyPath), // type 6547bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).Path = (System.Windows.PropertyPath)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7970typeof(System.Windows.PropertyPath),
System\Windows\Markup\KnownTypes.cs (1)
6045case KnownElements.PropertyPath: t = typeof(System.Windows.PropertyPath); break;
System\Windows\Media\Animation\Storyboard.cs (11)
155DependencyProperty.RegisterAttached("TargetProperty", typeof(PropertyPath), typeof(Storyboard)); 163public static void SetTargetProperty(DependencyObject element, PropertyPath path) 173public static PropertyPath GetTargetProperty(DependencyObject element) 176return (PropertyPath)element.GetValue(TargetPropertyProperty); 378PropertyPath parentPropertyPath, 387PropertyPath currentPropertyPath = parentPropertyPath; 412PropertyPath propertyPath = (PropertyPath)currentTimeline.GetValue(TargetPropertyProperty); 677internal static void VerifyPathIsAnimatable(PropertyPath path) 768private static string AccessorName( PropertyPath path, int index ) 809PropertyPath path, AnimationClock animationClock, HandoffBehavior handoffBehavior, Int64 layer )
System\Windows\PropertyPathConverter.cs (6)
112throw new ArgumentException(SR.Format(SR.CannotConvertType, source.GetType().FullName, typeof(PropertyPath))); 143throw new ArgumentException(SR.Format(SR.CannotConvertType, typeof(PropertyPath), destinationType.FullName)); 146PropertyPath path = value as PropertyPath; 149throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(PropertyPath)), "value"); 207PropertyPath.DowncastAccessor(pathPart, out dp, out pi, out pd, out doa);
System\Windows\VisualStateManager.cs (2)
499PropertyPath path = Storyboard.GetTargetProperty(source); 779private PropertyPath _targetProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
450PropertyPath path = new PropertyPath("(0).(1).(2)");