10 references to Parent
PresentationFramework (10)
System\Windows\Markup\BamlCollectionHolder.cs (10)
128
DependencyObject dpParent =
Parent
as DependencyObject;
131
_reader.ThrowException(nameof(SR.ParserParentDO),
Parent
.ToString());
137
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] {
Parent
, Collection });
141
PropertyDefinition.PropertyInfo.SetValue(
Parent
,
158
Parent
is IHaveResources)
161
_resourcesParent = ((IHaveResources)
Parent
);
168
_defaultCollection = ((DependencyObject)
Parent
).GetValue(PropertyDefinition.DependencyProperty);
172
_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] {
Parent
});
181
Parent
);
191
Parent
, BindingFlags.Instance |