10 references to Parent
PresentationFramework (10)
System\Windows\Markup\BamlCollectionHolder.cs (10)
129DependencyObject dpParent = Parent as DependencyObject; 132_reader.ThrowException(nameof(SR.ParserParentDO), Parent.ToString()); 138PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 142PropertyDefinition.PropertyInfo.SetValue(Parent, 159Parent is IHaveResources) 162_resourcesParent = ((IHaveResources)Parent); 169_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 173_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent }); 182Parent); 192Parent, BindingFlags.Instance |