10 references to Parent
PresentationFramework (10)
System\Windows\Markup\BamlCollectionHolder.cs (10)
130DependencyObject dpParent = Parent as DependencyObject; 133_reader.ThrowException(nameof(SR.ParserParentDO), Parent.ToString()); 139PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 143PropertyDefinition.PropertyInfo.SetValue(Parent, 160Parent is IHaveResources) 163_resourcesParent = ((IHaveResources)Parent); 170_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 174_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent }); 183Parent); 193Parent, BindingFlags.Instance |