1 write to _parent
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1003
_parent
= parent;
6 references to _parent
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
1013
Attribute[] attrs = MetadataStoreProvider.GetRawAttributes(_objectType, Name,
_parent
, true);
1029
public override void AddEventHandler(object component, Delegate value) {
_parent
.AddEventHandler(component, value); }
1030
public override Type ComponentType { get { return
_parent
.ComponentType; } }
1031
public override Type EventType { get { return
_parent
.EventType; } }
1032
public override bool IsMulticast { get { return
_parent
.IsMulticast; } }
1033
public override void RemoveEventHandler(object component, Delegate value) {
_parent
.RemoveEventHandler(component, value); }