10 references to Parent
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (10)
134DependencyObject dpParent = Parent as DependencyObject; 137_reader.ThrowException(SRID.ParserParentDO, Parent.ToString()); 143PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 147PropertyDefinition.PropertyInfo.SetValue(Parent, 164Parent is IHaveResources) 167_resourcesParent = ((IHaveResources)Parent); 174_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 178_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent }); 187Parent); 197Parent, BindingFlags.Instance |