2 instantiations of AttributeList
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
339
list = new
AttributeList
();
396
md.TypeAttributes = new
AttributeList
();
18 references to AttributeList
System.Activities.Presentation (18)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (18)
67
private static void AddAttributes(
AttributeList
list, IEnumerable<object> attributes)
77
AttributeList
list = GetTypeList(type);
135
foreach (KeyValuePair<string,
AttributeList
> kv in newMd.MemberAttributes)
137
AttributeList
existing;
198
private void ExpandAttributes(Type type,
AttributeList
attributes)
233
AttributeList
attributes = GetExpandedAttributes(type, null, delegate(Type typeToGet, object callbackParam)
285
AttributeList
attributes = GetExpandedAttributes(ownerType, memberName, delegate(Type typeToGet, object callbackParam)
304
AttributeList
list;
326
private
AttributeList
GetMemberList(Type ownerType, string memberName)
333
md.MemberAttributes = new Dictionary<string,
AttributeList
>();
336
AttributeList
list;
352
private
AttributeList
GetExpandedAttributes(Type type, object callbackParam, GetAttributesCallback callback)
357
AttributeList
attributes = callback(type, callbackParam);
390
private
AttributeList
GetTypeList(Type type)
534
foreach (KeyValuePair<string,
AttributeList
> kvMember in kv.Value.MemberAttributes)
593
private delegate
AttributeList
GetAttributesCallback(Type type, object callbackParam);
600
internal
AttributeList
TypeAttributes;
601
internal Dictionary<string,
AttributeList
> MemberAttributes;