10 references to Parent
PresentationFramework (10)
System\Windows\Markup\BamlCollectionHolder.cs (10)
129
DependencyObject dpParent =
Parent
as DependencyObject;
132
_reader.ThrowException(nameof(SR.ParserParentDO),
Parent
.ToString());
138
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] {
Parent
, Collection });
142
PropertyDefinition.PropertyInfo.SetValue(
Parent
,
159
Parent
is IHaveResources)
162
_resourcesParent = ((IHaveResources)
Parent
);
169
_defaultCollection = ((DependencyObject)
Parent
).GetValue(PropertyDefinition.DependencyProperty);
173
_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] {
Parent
});
182
Parent
);
192
Parent
, BindingFlags.Instance |