10 references to Parent
PresentationFramework (10)
System\Windows\Markup\BamlCollectionHolder.cs (10)
128DependencyObject dpParent = Parent as DependencyObject; 131_reader.ThrowException(nameof(SR.ParserParentDO), Parent.ToString()); 137PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 141PropertyDefinition.PropertyInfo.SetValue(Parent, 158Parent is IHaveResources) 161_resourcesParent = ((IHaveResources)Parent); 168_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 172_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent }); 181Parent); 191Parent, BindingFlags.Instance |