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