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